t5000, t5003: create directories for extracted files lazily
commit1355241bf58b325ec9bedc2768d28dd20355c50e
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Mon, 20 May 2013 09:58:25 +0000 (20 11:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2013 22:31:45 +0000 (20 15:31 -0700)
tree52e48a5d9186fd9a6f949776f89d18f46d9a026d
parentc420df7b9bbfcf352a3602c78e8476f18098bb43
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>
t/t5000-tar-tree.sh
t/t5003-archive-zip.sh