Merge branch 'es/blame-L-breakage'
* es/blame-L-breakage: t8001, t8002: fix "blame -L :literal" test on NetBSD
This commit is contained in:
commit
f5206f1239
@ -245,8 +245,8 @@ test_expect_success 'setup -L :regex' '
|
|||||||
git commit -m "hello" &&
|
git commit -m "hello" &&
|
||||||
|
|
||||||
mv hello.c hello.orig &&
|
mv hello.c hello.orig &&
|
||||||
sed -e "/}/i\\
|
sed -e "/}/ {x; s/$/Qputs(\"goodbye\");/; G;}" <hello.orig |
|
||||||
Qputs(\"goodbye\");" <hello.orig | tr Q "\\t" >hello.c &&
|
tr Q "\\t" >hello.c &&
|
||||||
GIT_AUTHOR_NAME="G" GIT_AUTHOR_EMAIL="G@test.git" \
|
GIT_AUTHOR_NAME="G" GIT_AUTHOR_EMAIL="G@test.git" \
|
||||||
git commit -a -m "goodbye" &&
|
git commit -a -m "goodbye" &&
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user