tests: pass z to tar so that BSD tar will know to ungzip
This commit is contained in:
parent
229fab80db
commit
9df55324ba
2
Makefile
2
Makefile
|
@ -274,7 +274,7 @@ find-trailing-spaces:
|
||||||
fetch-and-unpack-deps:
|
fetch-and-unpack-deps:
|
||||||
test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz
|
test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz
|
||||||
rm -rf tahoe-deps
|
rm -rf tahoe-deps
|
||||||
tar xf tahoe-deps.tar.gz
|
tar xzf tahoe-deps.tar.gz
|
||||||
|
|
||||||
test-desert-island:
|
test-desert-island:
|
||||||
$(MAKE) fetch-and-unpack-deps
|
$(MAKE) fetch-and-unpack-deps
|
||||||
|
|
Loading…
Reference in New Issue