t5305: drop "dry-run" of unpack-objects
commit2076353f473aa3cbcbd2623f1765432fa275acec
authorJeff King <peff@peff.net>
Mon, 5 Sep 2016 21:52:14 +0000 (5 17:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 Sep 2016 18:45:27 +0000 (7 11:45 -0700)
tree556f14c06f3a994fe3e4e01914240c57063c56fb
parent1962d9fbe3feeb888053d0c648e39b82870c4ef3
t5305: drop "dry-run" of unpack-objects

For each test we do a dry-run of unpack-objects, followed by
a real run, followed by confirming that it contained the
objects we expected. The dry-run is telling us nothing, as
any errors it encounters would be found in the real run.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5305-include-tag.sh