tests: do not copy snapshots to /tmp/ No idea why this was added... Possibly to inspect the snapshot manually? Let's drop it. Signed-off-by: Christian Hesse <mail@eworm.de>
Christian Hesse mail@eworm.de
Wed, 21 Oct 2020 21:31:52 +0200
1 files changed,
3 insertions(+),
6 deletions(-)
jump to
M
tests/t0107-snapshot.sh
→
tests/t0107-snapshot.sh
@@ -61,8 +61,7 @@ strip_headers <tmp >master.tar.lz
' test_expect_success LZIP 'verify lzip format' ' - lzip --test master.tar.lz && - cp master.tar.lz /tmp/. + lzip --test master.tar.lz ' test_expect_success LZIP 'untar' '@@ -103,8 +102,7 @@ strip_headers <tmp >master.tar.xz
' test_expect_success XZ 'verify xz format' ' - xz --test master.tar.xz && - cp master.tar.xz /tmp/. + xz --test master.tar.xz ' test_expect_success XZ 'untar' '@@ -145,8 +143,7 @@ strip_headers <tmp >master.tar.zst
' test_expect_success ZSTD 'verify zstd format' ' - zstd --test master.tar.zst && - cp master.tar.zst /tmp/. + zstd --test master.tar.zst ' test_expect_success ZSTD 'untar' '