Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/t5510-test-i18ngrep-fix'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 22 Aug 2019 19:34:10 +0000
(12:34 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 22 Aug 2019 19:34:10 +0000
(12:34 -0700)
Test fix.
* sg/t5510-test-i18ngrep-fix:
t5510-fetch: fix negated 'test_i18ngrep' invocation
t/t5510-fetch.sh
patch
|
blob
|
history
raw
(from parent 1:
3071797
)
diff --git
a/t/t5510-fetch.sh
b/t/t5510-fetch.sh
index 139f7106f78177ed4a1355dda463b7b69b2d839f..f2481de577bf0ab686c1c119dfe80cfa579d68c8 100755
(executable)
--- a/
t/t5510-fetch.sh
+++ b/
t/t5510-fetch.sh
@@
-997,7
+997,7
@@
test_expect_success '--no-show-forced-updates' '
(
cd no-forced-update-clone &&
git fetch --no-show-forced-updates origin 2>output &&
-
! test_i18ngrep
"(forced update)" output
+
test_i18ngrep !
"(forced update)" output
)
'