mirror of
https://github.com/git/git.git
synced 2026-03-15 19:20:08 +01:00
Merge branch 'js/blame-parsename' into next
* js/blame-parsename: t/annotate-tests: Use echo & cat instead of sed
This commit is contained in:
@@ -127,7 +127,8 @@ test_expect_success \
|
||||
|
||||
test_expect_success \
|
||||
'an obfuscated email added' \
|
||||
'sed -e "1i No robots allowed" < file > file.new &&
|
||||
'echo "No robots allowed" > file.new &&
|
||||
cat file >> file.new &&
|
||||
mv file.new file &&
|
||||
GIT_AUTHOR_NAME="E" GIT_AUTHOR_EMAIL="E at test dot git" git commit -a -m "norobots"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user