Fix t8001-annotate and t8002-blame for ActiveState Perl

There seems to be at least one implementation of Perl which requires the
user to specify an extension for backup files.

Reported by Alex Riesen.

Signed-off-by: Dennis Stosberg <dennis@stosberg.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Dennis Stosberg 2006-06-19 21:40:37 +02:00 committed by Junio C Hamano
parent 855419f764
commit 0e26f7a1c3

View file

@ -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 \