Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tb/t5551-clone-notice-to-stderr'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 20 Jun 2014 20:12:17 +0000
(13:12 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 20 Jun 2014 20:12:17 +0000
(13:12 -0700)
* tb/t5551-clone-notice-to-stderr:
t5551: fix the 50,000 tag test
t/t5551-http-fetch-smart.sh
patch
|
blob
|
history
raw
(from parent 1:
fa82037
)
diff --git
a/t/t5551-http-fetch-smart.sh
b/t/t5551-http-fetch-smart.sh
index e07eaf35f118893da9240f12d115da1affd5eb05..2c4913354756896d498cede8fbaa83f8106d22f7 100755
(executable)
--- a/
t/t5551-http-fetch-smart.sh
+++ b/
t/t5551-http-fetch-smart.sh
@@
-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