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>
Bu işleme şunda yer alıyor:
Lukas Fleischer 2013-04-09 00:13:52 +02:00 işlemeyi yapan: Jason A. Donenfeld
ebeveyn dd1f0e5f1b
işleme 410da3ac1c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -25,7 +25,7 @@ test_expect_success 'verify gzip format' '
test_expect_success 'untar' '
rm -rf master &&
tar -xf master.tar.gz
tar -xzf master.tar.gz
'
test_expect_success 'count files' '