rebase -i --autosquash: demonstrate a problem skipping the last squash
[gitweb.git] / t / t6011-rev-list-with-bad-commit.sh
index b2c6125bcf149ad9d9f6fc6b34a85c6c8250a553..e51eb41f4b9575d2b51d8d4d255ff5ab7a0889ad 100755 (executable)
@@ -37,7 +37,7 @@ test_expect_success 'verify number of revisions' \
 
 test_expect_success 'corrupt second commit object' \
    '
-   $PERL_PATH -i.bak -pe "s/second commit/socond commit/" .git/objects/pack/*.pack &&
+   perl -i.bak -pe "s/second commit/socond commit/" .git/objects/pack/*.pack &&
    test_must_fail git fsck --full
    '