X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Fannotate-tests.sh;h=1148b0257dafd4e9b63e030052b47b527b5c0d3b;hb=f252281102514d8d3cc15a3df5ae633619c93835;hp=c04f0e1540794c3d4d950c158beee249ba98b726;hpb=d9faecac641ab31c7bfe5008f5a6dca119b79bc7;p=git.git diff --git a/t/annotate-tests.sh b/t/annotate-tests.sh index c04f0e154..1148b0257 100644 --- a/t/annotate-tests.sh +++ b/t/annotate-tests.sh @@ -111,7 +111,7 @@ test_expect_success \ test_expect_success \ 'some edit' \ - 'perl -pi -e "s/^1A.*\n$//; s/^3A/99/" file && + 'perl -p -i.orig -e "s/^1A.*\n$//; s/^3A/99/" file && GIT_AUTHOR_NAME="D" git commit -a -m "edit"' test_expect_success \