]> git.saurik.com Git - apt.git/commit - cmdline/apt-helper.cc
support '-' and no parameter for stdin in apt-helper cat-file
authorDavid Kalnischkies <david@kalnischkies.de>
Thu, 7 Jan 2016 23:35:39 +0000 (00:35 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 8 Jan 2016 14:40:01 +0000 (15:40 +0100)
commitabec2980ef1ff051be14c26097a76b6429b3b7bc
treeb858e69681076ad12875577749ee0b8d0b1decb8
parent0179cfa83cf0042235eda41db7f35c420781c63e
support '-' and no parameter for stdin in apt-helper cat-file

This way it works more similar to the compressor binaries, which we
can relief in this way from their job in the test framework avoiding the
need of adding e.g. liblz4-tool to the test dependencies.
cmdline/apt-helper.cc
test/integration/framework