Skip to content

Commit

Permalink
Merge branch 'es/blame-L-breakage'
Browse files Browse the repository at this point in the history
* es/blame-L-breakage:
  t8001, t8002: fix "blame -L :literal" test on NetBSD
  • Loading branch information
Junio C Hamano committed Aug 5, 2013
2 parents a48ed48 + 3a4fc21 commit f5206f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/annotate-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ test_expect_success 'setup -L :regex' '
git commit -m "hello" &&
mv hello.c hello.orig &&
sed -e "/}/i\\
Qputs(\"goodbye\");" <hello.orig | tr Q "\\t" >hello.c &&
sed -e "/}/ {x; s/$/Qputs(\"goodbye\");/; G;}" <hello.orig |
tr Q "\\t" >hello.c &&
GIT_AUTHOR_NAME="G" GIT_AUTHOR_EMAIL="G@test.git" \
git commit -a -m "goodbye" &&
Expand Down

0 comments on commit f5206f1

Please sign in to comment.