Merge branch 'pg/maint-1.7.9-am-where-is-patch' into maint
[gitweb.git] / t / t4020-diff-external.sh
index 3d9307b25e30aaa27ae20c52153a2eeb70fcede5..533afc1185114e8ea7e7e5e9315ceaf7816e32c2 100755 (executable)
@@ -118,7 +118,7 @@ test_expect_success 'no diff with -diff' '
        git diff | grep Binary
 '
 
-echo NULZbetweenZwords | $PERL_PATH -pe 'y/Z/\000/' > file
+echo NULZbetweenZwords | "$PERL_PATH" -pe 'y/Z/\000/' > file
 
 test_expect_success 'force diff with "diff"' '
        echo >.gitattributes "file diff" &&