Skip to content

Commit 8aa76ab

Browse files
committed
Merge branch 'sg/t5510-test-i18ngrep-fix'
Test fix. * sg/t5510-test-i18ngrep-fix: t5510-fetch: fix negated 'test_i18ngrep' invocation
2 parents 3071797 + 814291c commit 8aa76ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5510-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ test_expect_success '--no-show-forced-updates' '
997997
(
998998
cd no-forced-update-clone &&
999999
git fetch --no-show-forced-updates origin 2>output &&
1000-
! test_i18ngrep "(forced update)" output
1000+
test_i18ngrep ! "(forced update)" output
10011001
)
10021002
'
10031003

0 commit comments

Comments
 (0)