Skip to content

Commit 167843f

Browse files
committed
Merge branch 'rs/empty-archive' into maint
* rs/empty-archive: t5004: fix issue with empty archive test and bsdtar
2 parents bcd6608 + 24676f0 commit 167843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5004-archive-corner-cases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ check_dir() {
2828
}
2929

3030
test_expect_success 'tar archive of empty tree is empty' '
31-
git archive --format=tar HEAD >empty.tar &&
31+
git archive --format=tar HEAD: >empty.tar &&
3232
make_dir extract &&
3333
"$TAR" xf empty.tar -C extract &&
3434
check_dir extract

0 commit comments

Comments
 (0)