all repos — cgit @ 410da3ac1cdb002116c08f143ce82534897ede27

a hyperfast web frontend for git written in c

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>
Lukas Fleischer cgit@cryptocrack.de
Tue, 09 Apr 2013 00:13:52 +0200
commit

410da3ac1cdb002116c08f143ce82534897ede27

parent

dd1f0e5f1b4de00c98fe7444915864b7271e09fe

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tests/t0107-snapshot.shtests/t0107-snapshot.sh

@@ -25,7 +25,7 @@ '

test_expect_success 'untar' ' rm -rf master && - tar -xf master.tar.gz + tar -xzf master.tar.gz ' test_expect_success 'count files' '