aboutsummaryrefslogtreecommitdiffstats
path: root/test/basic9.test
Commit message (Collapse)AuthorAgeFilesLines
* use fixed system time in test mode to have fixed test outputTimo Teräs2019-06-031-1/+1
| | | | fixes test suite regression from previous commit
* db: unify handling of special packagesTimo Teräs2013-05-301-0/+8
make cache a special kind of repository, and automatically cache special packages (virtual packages, or ones installed from command line). add test cases for handling virtual packages. fixes #1617.