Merge branch 'pw/git-p4-tests'
[gitweb.git] / t / test-lib-functions.sh
index fc0c0809905498c98fe0de3080b9972488ec2d55..16397691d951864f760b832ee066a63cd83f64fc 100644 (file)
@@ -76,11 +76,11 @@ test_decode_color () {
 }
 
 nul_to_q () {
-       $PERL_PATH -pe 'y/\000/Q/'
+       "$PERL_PATH" -pe 'y/\000/Q/'
 }
 
 q_to_nul () {
-       $PERL_PATH -pe 'y/Q/\000/'
+       "$PERL_PATH" -pe 'y/Q/\000/'
 }
 
 q_to_cr () {