summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-22 19:34:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-08-22 19:34:10 (GMT)
commit8aa76abba5e97449740d2e26d57542166f385b4d (patch)
tree3d41337d78bbafa9770bada8b6770dec85db2eea /t
parent307179732d580735c579b9bfae2eaf7a536f4ae9 (diff)
parent814291cf3f286ddffc291e4820c62ac729e83171 (diff)
downloadgit-8aa76abba5e97449740d2e26d57542166f385b4d.zip
git-8aa76abba5e97449740d2e26d57542166f385b4d.tar.gz
git-8aa76abba5e97449740d2e26d57542166f385b4d.tar.bz2
Merge branch 'sg/t5510-test-i18ngrep-fix'
Test fix. * sg/t5510-test-i18ngrep-fix: t5510-fetch: fix negated 'test_i18ngrep' invocation
Diffstat (limited to 't')
-rwxr-xr-xt/t5510-fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh
index 139f710..f2481de 100755
--- 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
)
'