Skip to content

Commit

Permalink
Merge branch 'rs/empty-archive' into maint
Browse files Browse the repository at this point in the history
* rs/empty-archive:
  t5004: fix issue with empty archive test and bsdtar
  • Loading branch information
Junio C Hamano committed Apr 26, 2013
2 parents bcd6608 + 24676f0 commit 167843f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t5004-archive-corner-cases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check_dir() {
}

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 &&
"$TAR" xf empty.tar -C extract &&
check_dir extract
Expand Down

0 comments on commit 167843f

Please sign in to comment.