зеркало из https://github.com/microsoft/git.git
Fix test case for some sed
Some versions of sed lack the "-i" option. Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
fd8fc4ade5
Коммит
d5dddccaa0
|
@ -50,7 +50,8 @@ test_expect_success \
|
|||
test_expect_success \
|
||||
'merge-setup part 2' \
|
||||
'git checkout -b branch2 master &&
|
||||
sed -i -e "s/2A quick brown/4A quick brown lazy dog/" file &&
|
||||
sed -e "s/2A quick brown/4A quick brown lazy dog/" < file > file.new &&
|
||||
mv file.new file &&
|
||||
GIT_AUTHOR_NAME="B2" git commit -a -m "Branch2-1"'
|
||||
|
||||
test_expect_success \
|
||||
|
|
Загрузка…
Ссылка в новой задаче