Age | Commit message (Collapse) | Author | Files | Lines |
|
Here Debian refers to the distribution and in English this needs to be
capitalized. No translation will be unfuzzed, as the capitalization
rules change among locales.
Warned-by: spellintian
|
|
Add support for negating the option via --no-uniform-compression.
|
|
|
|
|
|
|
|
While this is suboptimal, this is pretty much the only sane option we've
got, as we cannot (per POSIX) reset a signal disposition that was set to
IGNORE when the non-interactive shell got executed.
This partially reverts commit f074889198fa4099474b068a611ebd56bbfc20d8
which was just wrong.
|
|
Some environments, such as Jenkins, set the SIGPIPE handler to ignore,
which gets inherited by the test suite, and yes(1) barfs as it checks
for error conditions after print. Reset the SIGPIPE handler to a sane
default state.
|
|
We should make the functional tests impervious to environment variables.
Reported-by: Sven Joachim <svenjoac@gmx.de>
|
|
Move various easy tests from the dpkg-tests repository, so that we can
test whether the infrastructure is viable.
|