diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-11 12:36:32 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-04-11 12:36:32 +0200 |
commit | 3b4d8136e78b9f2a70431ece4c850861d90e8bb1 (patch) | |
tree | d1371eb34a5b990d82bd69bf94e0ddeb48f5c01b /test/integration/test-hashsum-verification | |
parent | fdfdba56b128acf59b40edfdde0dd95fdd9c4439 (diff) |
fix the remaining lzma calls with xz --format=lzma in the testcases
Diffstat (limited to 'test/integration/test-hashsum-verification')
-rwxr-xr-x | test/integration/test-hashsum-verification | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-hashsum-verification b/test/integration/test-hashsum-verification index 3ac9eccfb..99ea8bffa 100755 --- a/test/integration/test-hashsum-verification +++ b/test/integration/test-hashsum-verification @@ -23,7 +23,7 @@ prepare() { find aptarchive -name 'Release' -delete cat aptarchive/Packages | gzip > aptarchive/Packages.gz cat aptarchive/Packages | bzip2 > aptarchive/Packages.bz2 - cat aptarchive/Packages | lzma > aptarchive/Packages.lzma + cat aptarchive/Packages | xz --format=lzma > aptarchive/Packages.lzma # create Release file with incorret checksums cat > aptarchive/Release <<EOF Date: Fri, 05 Aug 2011 09:22:08 UTC |