diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-06-09 20:41:58 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-06-10 10:48:25 +0200 |
commit | bdc42211700ef0f6f40e4ef3f362e52d684d70fb (patch) | |
tree | ac3f4bbe8748cccb2561dee67dcb21700c0e6fe3 /test/integration/test-compressed-indexes | |
parent | 554bc997e4f619c72f883fd68cc896df96de58e5 (diff) |
do not hang on piped input in PipedFileFdPrivate
This effects only compressors configured on the fly (rather then the
inbuilt ones as they use a library).
Diffstat (limited to 'test/integration/test-compressed-indexes')
-rwxr-xr-x | test/integration/test-compressed-indexes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-compressed-indexes b/test/integration/test-compressed-indexes index d544ac89f..b8bb58953 100755 --- a/test/integration/test-compressed-indexes +++ b/test/integration/test-compressed-indexes @@ -5,7 +5,7 @@ TESTDIR="$(readlink -f "$(dirname "$0")")" . "$TESTDIR/framework" setupenvironment -configcompression '.' $(aptconfig dump APT::Compressor --format '%t %v%n' | sed -n 's#^Extension \.\(.*\)$#\1#p') +configcompression 'ALL' configarchitecture 'i386' LOWCOSTEXT='lz4' |