From: Jeff King Date: Mon, 5 Sep 2016 21:52:14 +0000 (-0400) Subject: t5305: drop "dry-run" of unpack-objects X-Git-Tag: v2.10.1~3^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2076353f473aa3cbcbd2623f1765432fa275acec?ds=sidebyside 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t5305-include-tag.sh b/t/t5305-include-tag.sh index 60184048c5..787fc831e3 100755 --- a/t/t5305-include-tag.sh +++ b/t/t5305-include-tag.sh @@ -37,7 +37,6 @@ test_expect_success 'unpack objects' ' GIT_DIR=clone.git && export GIT_DIR && git init && - git unpack-objects -n