Skip to content

Commit

Permalink
Fix t8001-annotate and t8002-blame for ActiveState Perl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dennis Stosberg authored and Junio C Hamano committed Jun 20, 2006
1 parent 855419f commit 0e26f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/annotate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0e26f7a

Please sign in to comment.