summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-26 18:03:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-26 18:03:31 (GMT)
commit167843f285fdb7dbb95882f01f01757928a91ce8 (patch)
tree5802d60a70582d185f2bc40e1db0f802db4cb73c /t
parentbcd660871a85d8661cbac1efd01d42517420df79 (diff)
parent24676f02ba8bcf0f2c5cccd02825e15ca93bb5f4 (diff)
downloadgit-167843f285fdb7dbb95882f01f01757928a91ce8.zip
git-167843f285fdb7dbb95882f01f01757928a91ce8.tar.gz
git-167843f285fdb7dbb95882f01f01757928a91ce8.tar.bz2
Merge branch 'rs/empty-archive' into maint
* rs/empty-archive: t5004: fix issue with empty archive test and bsdtar
Diffstat (limited to 't')
-rwxr-xr-xt/t5004-archive-corner-cases.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5004-archive-corner-cases.sh b/t/t5004-archive-corner-cases.sh
index cdb7d7a..bfdb56a 100755
--- a/t/t5004-archive-corner-cases.sh
+++ b/t/t5004-archive-corner-cases.sh
@@ -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