summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-20 20:12:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-20 20:12:17 (GMT)
commit7402a1c160bba1bb6292da98ada79da68371e930 (patch)
treeefbe50c2f8a04eca2f207ecb55c913885350a9cd /t
parentfa8203741e37d9d37098bfe260d7040e70f11023 (diff)
parent9e10e0b9a01cf2f611f1ef2330e27a0822cf3de6 (diff)
downloadgit-7402a1c160bba1bb6292da98ada79da68371e930.zip
git-7402a1c160bba1bb6292da98ada79da68371e930.tar.gz
git-7402a1c160bba1bb6292da98ada79da68371e930.tar.bz2
Merge branch 'tb/t5551-clone-notice-to-stderr'
* tb/t5551-clone-notice-to-stderr: t5551: fix the 50,000 tag test
Diffstat (limited to 't')
-rwxr-xr-xt/t5551-http-fetch-smart.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t5551-http-fetch-smart.sh b/t/t5551-http-fetch-smart.sh
index e07eaf3..2c49133 100755
--- 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