summaryrefslogtreecommitdiff
path: root/tests/tar-single-commit.setup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tar-single-commit.setup')
-rwxr-xr-xtests/tar-single-commit.setup6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/tar-single-commit.setup b/tests/tar-single-commit.setup
index d520a94..a68eb92 100755
--- a/tests/tar-single-commit.setup
+++ b/tests/tar-single-commit.setup
@@ -37,20 +37,14 @@ cat <<EOF > $DATADIR/tar-test-repo.lorry
{
"tar-test-repo-gzip": {
"type": "tarball",
- "compression": "gzip",
- "strip": 1,
"url": "file://$DATADIR/tar-test-repo.tar.gz"
},
"tar-test-repo-bzip2": {
"type": "tarball",
- "compression": "bzip2",
- "strip": 1,
"url": "file://$DATADIR/tar-test-repo.tar.bz2"
},
"tar-test-repo-lzma": {
"type": "tarball",
- "compression": "lzma",
- "strip": 1,
"url": "file://$DATADIR/tar-test-repo.tar.xz"
}
}