tests: pass z to tar so that BSD tar will know to ungzip

This commit is contained in:
Zooko O'Whielacronx 2010-05-04 02:06:28 -07:00
parent 229fab80db
commit 9df55324ba
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ find-trailing-spaces:
fetch-and-unpack-deps:
test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz
rm -rf tahoe-deps
tar xf tahoe-deps.tar.gz
tar xzf tahoe-deps.tar.gz
test-desert-island:
$(MAKE) fetch-and-unpack-deps