diff options
Diffstat (limited to 't/t4029-diff-trailing-space.sh')
| -rwxr-xr-x | t/t4029-diff-trailing-space.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4029-diff-trailing-space.sh b/t/t4029-diff-trailing-space.sh index 36e2f075c9..3ccc237a8d 100755 --- a/t/t4029-diff-trailing-space.sh +++ b/t/t4029-diff-trailing-space.sh @@ -27,7 +27,7 @@ test_expect_success \       git config --bool diff.suppressBlankEmpty true &&       git diff f > actual &&       test_cmp exp actual && -     "$PERL_PATH" -i.bak -p -e "s/^\$/ /" exp && +     perl -i.bak -p -e "s/^\$/ /" exp &&       git config --bool diff.suppressBlankEmpty false &&       git diff f > actual &&       test_cmp exp actual &&  | 
