From 2076353f473aa3cbcbd2623f1765432fa275acec Mon Sep 17 00:00:00 2001 From: Jeff King Date: Mon, 5 Sep 2016 17:52:14 -0400 Subject: [PATCH] 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 --- t/t5305-include-tag.sh | 2 -- 1 file changed, 2 deletions(-) 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