diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/t0107-snapshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0107-snapshot.sh b/tests/t0107-snapshot.sh index 4fbe45e..7e6f5bf 100755 --- a/tests/t0107-snapshot.sh +++ b/tests/t0107-snapshot.sh @@ -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' ' |