clean: replace match_pathspec() with dir_path_match()
[gitweb.git] / t / t4029-diff-trailing-space.sh
index 36e2f075c9f94286a05474b58e7600f2a9de2f20..3ccc237a8d4443bfc8763fbb9cb51033f846b0e8 100755 (executable)
@@ -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 &&