зеркало из https://github.com/microsoft/git.git
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:
Родитель
855419f764
Коммит
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 \
|
||||
|
|
Загрузка…
Ссылка в новой задаче