mirror of
https://git.zx2c4.com/cgit
synced 2024-11-08 17:48:41 +00:00
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>
This commit is contained in:
parent
a4de0e810b
commit
a1039ab175
@ -61,8 +61,7 @@ test_expect_success LZIP 'strip off the header lines' '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success LZIP 'verify lzip format' '
|
test_expect_success LZIP 'verify lzip format' '
|
||||||
lzip --test master.tar.lz &&
|
lzip --test master.tar.lz
|
||||||
cp master.tar.lz /tmp/.
|
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success LZIP 'untar' '
|
test_expect_success LZIP 'untar' '
|
||||||
@ -103,8 +102,7 @@ test_expect_success XZ 'strip off the header lines' '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success XZ 'verify xz format' '
|
test_expect_success XZ 'verify xz format' '
|
||||||
xz --test master.tar.xz &&
|
xz --test master.tar.xz
|
||||||
cp master.tar.xz /tmp/.
|
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success XZ 'untar' '
|
test_expect_success XZ 'untar' '
|
||||||
@ -145,8 +143,7 @@ test_expect_success ZSTD 'strip off the header lines' '
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success ZSTD 'verify zstd format' '
|
test_expect_success ZSTD 'verify zstd format' '
|
||||||
zstd --test master.tar.zst &&
|
zstd --test master.tar.zst
|
||||||
cp master.tar.zst /tmp/.
|
|
||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success ZSTD 'untar' '
|
test_expect_success ZSTD 'untar' '
|
||||||
|
Loading…
Reference in New Issue
Block a user