Merge branch 'rs/empty-archive' into maint
* rs/empty-archive: t5004: fix issue with empty archive test and bsdtarmaint
commit
167843f285
|
@ -28,7 +28,7 @@ check_dir() {
|
||||||
}
|
}
|
||||||
|
|
||||||
test_expect_success 'tar archive of empty tree is empty' '
|
test_expect_success 'tar archive of empty tree is empty' '
|
||||||
git archive --format=tar HEAD >empty.tar &&
|
git archive --format=tar HEAD: >empty.tar &&
|
||||||
make_dir extract &&
|
make_dir extract &&
|
||||||
"$TAR" xf empty.tar -C extract &&
|
"$TAR" xf empty.tar -C extract &&
|
||||||
check_dir extract
|
check_dir extract
|
||||||
|
|
Loading…
Reference in New Issue