Merge branch 'js/fast-export-paths-with-spaces'
[gitweb.git] / t / test-lib-functions.sh
index 7b3b4bef3019d7fd81648073419506ac017bd2e5..16397691d951864f760b832ee066a63cd83f64fc 100644 (file)
@@ -76,11 +76,11 @@ test_decode_color () {
 }
 
 nul_to_q () {
-       perl -pe 'y/\000/Q/'
+       "$PERL_PATH" -pe 'y/\000/Q/'
 }
 
 q_to_nul () {
-       perl -pe 'y/Q/\000/'
+       "$PERL_PATH" -pe 'y/Q/\000/'
 }
 
 q_to_cr () {