summaryrefslogtreecommitdiff
path: root/t/t0024-crlf-archive.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-04-03 09:25:15 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-04-03 09:25:15 -0700
commita9dc3b64814f6fd1b978f10c6565bedae5965ad9 (patch)
treef4f89650414e3a772754c413e0086a68d8475d65 /t/t0024-crlf-archive.sh
parentMerge branch 'ph/tag-force-no-warn-on-creation' into maint (diff)
parentarchive: handle commits with an empty tree (diff)
downloadtgif-a9dc3b64814f6fd1b978f10c6565bedae5965ad9.tar.xz
Merge branch 'jk/empty-archive' into maint
"git archive" reports a failure when asked to create an archive out of an empty tree. It would be more intuitive to give an empty archive back in such a case. * jk/empty-archive: archive: handle commits with an empty tree test-lib: factor out $GIT_UNZIP setup
Diffstat (limited to 't/t0024-crlf-archive.sh')
-rwxr-xr-xt/t0024-crlf-archive.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/t/t0024-crlf-archive.sh b/t/t0024-crlf-archive.sh
index 5378787e1b..4e9fa3cd68 100755
--- a/t/t0024-crlf-archive.sh
+++ b/t/t0024-crlf-archive.sh
@@ -3,12 +3,6 @@
test_description='respect crlf in git archive'
. ./test-lib.sh
-GIT_UNZIP=${GIT_UNZIP:-unzip}
-
-test_lazy_prereq UNZIP '
- "$GIT_UNZIP" -v
- test $? -ne 127
-'
test_expect_success setup '