summaryrefslogtreecommitdiff
path: root/t/t5003-archive-zip.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-06-02 15:59:46 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-06-02 15:59:46 -0700
commit103093a0a80c385d17571a9c6da7b6c03227c767 (patch)
treed94c0a507b2ea94528fe330c7e7c5e1cb4910d28 /t/t5003-archive-zip.sh
parentMerge branch 'jc/strbuf-branchname-fix' (diff)
parentt5000: test long filenames (diff)
downloadtgif-103093a0a80c385d17571a9c6da7b6c03227c767.tar.xz
Merge branch 'rs/tar-tests'
* rs/tar-tests: t5000: test long filenames t5000: simplify tar-tree tests t5000: use check_tar for prefix test t5000: factor out check_tar t5000, t5003: create directories for extracted files lazily t5000: integrate export-subst tests into regular tests
Diffstat (limited to 't/t5003-archive-zip.sh')
-rwxr-xr-xt/t5003-archive-zip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5003-archive-zip.sh b/t/t5003-archive-zip.sh
index 4e7b05dd23..c72f71eb18 100755
--- a/t/t5003-archive-zip.sh
+++ b/t/t5003-archive-zip.sh
@@ -37,7 +37,7 @@ check_zip() {
test_expect_success \
'populate workdir' \
- 'mkdir a b c &&
+ 'mkdir a &&
echo simple textfile >a/a &&
mkdir a/bin &&
cp /bin/sh a/bin &&