]> git.cameronkatri.com Git - cgit.git/commitdiff
tests: do not copy snapshots to /tmp/
authorChristian Hesse <mail@eworm.de>
Wed, 21 Oct 2020 19:31:52 +0000 (21:31 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 21 Oct 2020 22:03:01 +0000 (00:03 +0200)
No idea why this was added... Possibly to inspect the snapshot manually?
Let's drop it.

Signed-off-by: Christian Hesse <mail@eworm.de>
tests/t0107-snapshot.sh

index c164d3e2572c4400962f1e14940381fed2d23eaa..89b9159c04718fdcc580c47008803648ea3fe523 100755 (executable)
@@ -61,8 +61,7 @@ test_expect_success LZIP 'strip off the header lines' '
 '
 
 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 @@ test_expect_success XZ 'strip off the header lines' '
 '
 
 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 @@ test_expect_success ZSTD 'strip off the header lines' '
 '
 
 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' '