summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-helper-cat-file
Commit message (Collapse)AuthorAgeFilesLines
* Link interactive helpers against system libapt for autopkgtestDavid Kalnischkies2022-05-071-1/+1
| | | | | | Building the library just so we can build the helpers against it is not only wasteful but as we are supposed to test the system we can use that as an additional simple smoke test before the real testing starts.
* CMake: Switch integration tests and travis overJulian Andres Klode2016-08-061-1/+1
| | | | | | This early support seems a bit hacky, but it's a hard switch: The integration tests do not understand the old build system anymore afterwards. I don't really like that.
* don't leak an FD in lz4 (de)compressionDavid Kalnischkies2016-06-101-0/+16
| | | | | Seen first in #826783, but as this buglog also shows leaked uncompressed files as well we don't close it just yet.
* do not hang on piped input in PipedFileFdPrivateDavid Kalnischkies2016-06-101-0/+30
This effects only compressors configured on the fly (rather then the inbuilt ones as they use a library).