Skip to content

Commit 7402a1c

Browse files
committed
Merge branch 'tb/t5551-clone-notice-to-stderr'
* tb/t5551-clone-notice-to-stderr: t5551: fix the 50,000 tag test
2 parents fa82037 + 9e10e0b commit 7402a1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/t5551-http-fetch-smart.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ test_expect_success EXPENSIVE 'create 50,000 tags in the repo' '
240240
'
241241

242242
test_expect_success EXPENSIVE 'clone the 50,000 tag repo to check OS command line overflow' '
243-
git clone $HTTPD_URL/smart/repo.git too-many-refs 2>err &&
244-
test_line_count = 0 err &&
243+
git clone $HTTPD_URL/smart/repo.git too-many-refs &&
245244
(
246245
cd too-many-refs &&
247246
test $(git for-each-ref refs/tags | wc -l) = 50000

0 commit comments

Comments
 (0)