diff options
-rwxr-xr-x | t/t5305-include-tag.sh | 2 |
1 files changed, 0 insertions, 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 <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 ) ' |