summaryrefslogtreecommitdiff
path: root/t-func
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17dpkg-deb: Fix capitalization of Debian in output messagesGuillem Jover1-7/+7
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
2017-10-16dpkg-deb: Make --uniform-compression the new default behaviorGuillem Jover1-6/+7
Add support for negating the option via --no-uniform-compression.
2017-10-16t-func: Use UTC0 when setting TZGuillem Jover1-1/+1
2016-11-09test: Do not fail on missing fakeroot just skip themGuillem Jover1-2/+2
2016-11-06build: Set umask to 0022 for functional test suiteGuillem Jover1-0/+3
2016-10-31test: Simply ignore yes(1) error messagesGuillem Jover2-4/+3
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.
2016-10-31test: Set SIGPIPE to a sane stateGuillem Jover1-0/+3
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.
2016-10-30t-func: Unset compressor environment variablesGuillem Jover1-0/+6
We should make the functional tests impervious to environment variables. Reported-by: Sven Joachim <svenjoac@gmx.de>
2016-10-30test: Add an initial functional test suite for dpkg-deb and dpkg-splitGuillem Jover9-0/+595
Move various easy tests from the dpkg-tests repository, so that we can test whether the infrastructure is viable.