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.setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tar-single-commit.setup b/tests/tar-single-commit.setup
index c99450f..bfc99f8 100755
--- a/tests/tar-single-commit.setup
+++ b/tests/tar-single-commit.setup
@@ -29,7 +29,8 @@ echo "first line" > "$repo/test.txt"
cd "$DATADIR"
tar -czf tar-test-repo.tar.gz "`basename $repo`"
tar -cjf tar-test-repo.tar.bz2 "`basename $repo`"
-tar -cf tar-test-repo.tar.lzma "`basename $repo`" --lzma
+tar -cf tar-test-repo.tar "`basename $repo`"
+xz -z tar-test-repo.tar
# create the .lorry file for the tarball "repositories"
cat <<EOF > $DATADIR/tar-test-repo.lorry
@@ -50,7 +51,7 @@ cat <<EOF > $DATADIR/tar-test-repo.lorry
"type": "tarball",
"compression": "lzma",
"strip": 1,
- "url": "file://$DATADIR/tar-test-repo.tar.lzma"
+ "url": "file://$DATADIR/tar-test-repo.tar.xz"
}
}
EOF