summaryrefslogtreecommitdiff
path: root/t/t5003-archive-zip.sh
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2013-05-20 09:58:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-05-20 22:31:45 (GMT)
commit1355241bf58b325ec9bedc2768d28dd20355c50e (patch)
tree52e48a5d9186fd9a6f949776f89d18f46d9a026d /t/t5003-archive-zip.sh
parentc420df7b9bbfcf352a3602c78e8476f18098bb43 (diff)
downloadgit-1355241bf58b325ec9bedc2768d28dd20355c50e.zip
git-1355241bf58b325ec9bedc2768d28dd20355c50e.tar.gz
git-1355241bf58b325ec9bedc2768d28dd20355c50e.tar.bz2
t5000, t5003: create directories for extracted files lazily
Create the directories b and c just before they are needed instead of up front. For t5003 it turns out we don't need them at all. For t5000 it makes the coming modifications easier. Signed-off-by: René Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 4e7b05d..c72f71e 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 &&