mirror of
https://github.com/git/git.git
synced 2024-11-28 12:34:08 +08:00
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:
parent
855419f764
commit
0e26f7a1c3
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user