Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: support spaces in path and TMPDIR | David Kalnischkies | 2015-12-19 | 1 | -2/+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 | ||||
* | Fix regression when copy: is used for a relative path | Michael Vogt | 2014-09-19 | 1 | -4/+6 |
| | | | | | | | | | When we do a ReverifyAfterIMS() we use the copy: method to verify the hashes again. If the user uses -o Dir=./something/relative this fails because we use the URI class in copy.cc that strips away the leading relative part. By not using URI this is fixed. Closes: #762160 | ||||
* | test/integration/test-apt-update-file: improve test | Michael Vogt | 2014-09-19 | 1 | -0/+15 |