diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-12 15:50:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-12 15:51:47 -0700 |
commit | 5e2c7cd2c124da05d1807d5ffe61b2771bb755ee (patch) | |
tree | 47ec52edb835b8feaa6ef374b75cedd0863a8f62 /t/t5300-pack-object.sh | |
parent | Git 1.8.2.3 (diff) | |
download | tgif-5e2c7cd2c124da05d1807d5ffe61b2771bb755ee.tar.xz |
t5551: do not use unportable sed '\+'
The set-up step to prepare a repository with 50000 tags used a
non-porable '\+' to match one-or-more.
The error was not caught because the next test that uses that
repository did not even bother to check if these expected tags were
actually cloned to the resulting repository.
Fix the sed construct to use BRE and update the "clone" test that
wanted to test cloning from such a repository with many refs to
check the resulting repository.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5300-pack-object.sh')
0 files changed, 0 insertions, 0 deletions