]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5510-fetch.sh
t5510: harden the way verify-pack is used
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Aug 2009 03:12:13 +0000 (20:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Aug 2009 03:42:45 +0000 (20:42 -0700)
commit2e674a9d090f0d9be71c8143ae6c0fba04a160cc
treed4e87d9280cdba684793cf121e20f5f0969235e8
parentd4900ee48c70114ea3227f922d383de6b273fcde
t5510: harden the way verify-pack is used

The test ignored the exit status from verify pack command, and also relied
on not seeing any delta chain statistics.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh