Merge branch 'js/blame-parsename' into next

* js/blame-parsename:
  t/annotate-tests: Use echo & cat instead of sed
This commit is contained in:
Junio C Hamano
2011-05-05 13:55:54 -07:00

View File

@@ -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"'