test: Pass -T+1 to xz to workaround spurious warning with xz 5.6.0
commit5822b37460127d772f06a09b0acceaf87a1fec66
authorGuillem Jover <guillem@debian.org>
Mon, 26 Feb 2024 22:22:36 +0000 (26 23:22 +0100)
committerGuillem Jover <guillem@debian.org>
Tue, 27 Feb 2024 00:20:24 +0000 (27 01:20 +0100)
tree629204c0f84a955d22044cc73f6a7b24e81f1a30
parentfeb804df14cabdefd9cb89bb96c4c20049254c7e
test: Pass -T+1 to xz to workaround spurious warning with xz 5.6.0

This new xz version will automatically emit a warning when it reduces
the amount of threads to use if it exceeds the soft memory limit, even
when the user has not specified a number of threads to use. This is
making the test fail. Add an explicit -T+1 for now to force parallel
mode with a single thread until the warning problem gets sorted out in
xz upstream.

Closes: #1064856
src/at/deb-format.at