Skip to content

Commit

Permalink
Merge branch 'tb/t5551-clone-notice-to-stderr'
Browse files Browse the repository at this point in the history
* tb/t5551-clone-notice-to-stderr:
  t5551: fix the 50,000 tag test
  • Loading branch information
Junio C Hamano committed Jun 20, 2014
2 parents fa82037 + 9e10e0b commit 7402a1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/t5551-http-fetch-smart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ test_expect_success EXPENSIVE 'create 50,000 tags in the repo' '
'

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

0 comments on commit 7402a1c

Please sign in to comment.