summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-728500-tempdir
Commit message (Collapse)AuthorAgeFilesLines
* test: Always install dpkg into our tests, regardless of MAJulian Andres Klode2016-09-071-1/+2
| | | | | | | | | | Even if we only configure a single architecture, install dpkg, so dpkg can assert multi arch correctly. This also has the nice side effect of making single architecture and multiple architecture test cases more uniform. This fixes a regression from f878d3a862128bc1385616751ae1d78246b1bd01 ("test: Assert multi-arch in the chroot").
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-4/+2
| | | | | | | This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
* tests: try to support spaces in TMPDIRDavid Kalnischkies2015-09-141-9/+3
| | | | | | | | Not all tests work yet, most notable the cdrom tests, but those require changes in libapt itself to have a proper fix and what we have fixed so far is good enough progress for now. Git-Dch: Ignore
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-1/+1
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* Merge remote-tracking branch 'debian/debian/experimental' into feature/acq-transMichael Vogt2014-09-291-0/+1
|\
| * Test if TMPDIR is a directory in apt-key and if not unset itMichael Vogt2014-09-291-0/+1
| | | | | | | | | | This prevents a failure in mktemp -d - it will blindly trust TMPDIR and not use something else if the dir is not there.
* | test fixesMichael Vogt2014-09-291-1/+1
|/
* rework some testcases to not spit out textDavid Kalnischkies2014-01-151-4/+15
| | | | | | Rework also uncovers two FIXMEs Git-Dch: Ignore
* add integration testMichael Vogt2013-12-241-0/+18