]> granicus.if.org Git - cgit/commit
t0107: Use `tar -z` for gzip'ed archives
authorLukas Fleischer <cgit@cryptocrack.de>
Mon, 8 Apr 2013 22:13:52 +0000 (00:13 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 8 Apr 2013 22:13:52 +0000 (00:13 +0200)
commit410da3ac1cdb002116c08f143ce82534897ede27
tree7bd675231e2989c913ca0b53853e6750d7134607
parentdd1f0e5f1b4de00c98fe7444915864b7271e09fe
t0107: Use `tar -z` for gzip'ed archives

Some tar(1) versions do not support auto detection of the compression
type. Explicitly specify "-z" to decompress a ".tar.gz" archive.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
tests/t0107-snapshot.sh