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 <p...@peff.net>
---
 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 6018404..787fc83 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 <test-1-${packname_1}.pack &&
                git unpack-objects <test-1-${packname_1}.pack
        )
 '
@@ -64,7 +63,6 @@ test_expect_success 'unpack objects' '
                GIT_DIR=clone.git &&
                export GIT_DIR &&
                git init &&
-               git unpack-objects -n <test-2-${packname_1}.pack &&
                git unpack-objects <test-2-${packname_1}.pack
        )
 '
-- 
2.10.0.rc2.154.gb4a4b8b

Reply via email to