X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=t%2Ft3300-funny-names.sh;fp=t%2Ft3300-funny-names.sh;h=1f35e55ee3be1b2bbdb8aa9f3248f6fe5ebf46cb;hb=7096b6486e40f509ee53448596b3cdb86360ad3e;hp=f42adc4ad5be62ee663dc957febc51b2e7b1eab5;hpb=770bf6c5e2830add4b59d3dbf9929e62ed4d6fb7;p=git.git diff --git a/t/t3300-funny-names.sh b/t/t3300-funny-names.sh index f42adc4ad..1f35e55ee 100755 --- a/t/t3300-funny-names.sh +++ b/t/t3300-funny-names.sh @@ -71,7 +71,7 @@ test_expect_success 'ls-files -z does not quote funny filename' ' tabs ," (dq) and spaces EOF git ls-files -z >ls-files.z && - $PERL_PATH -pe "y/\000/\012/" current && + "$PERL_PATH" -pe "y/\000/\012/" current && test_cmp expected current ' @@ -108,7 +108,7 @@ test_expect_success 'diff-index -z does not quote funny filename' ' tabs ," (dq) and spaces EOF git diff-index -z --name-status $t0 >diff-index.z && - $PERL_PATH -pe "y/\000/\012/" current && + "$PERL_PATH" -pe "y/\000/\012/" current && test_cmp expected current ' @@ -118,7 +118,7 @@ test_expect_success 'diff-tree -z does not quote funny filename' ' tabs ," (dq) and spaces EOF git diff-tree -z --name-status $t0 $t1 >diff-tree.z && - $PERL_PATH -pe y/\\000/\\012/ current && + "$PERL_PATH" -pe y/\\000/\\012/ current && test_cmp expected current '