summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-key
Commit message (Collapse)AuthorAgeFilesLines
* let apt-key del work better with softlink and single key keyringsDavid Kalnischkies2013-08-121-0/+68
| | | | | | | Having fragement files means there is a good chance that there is one key per keyring, so deal with that as well as with setups in which keyrings are linked into trusted.gpg.d as we can't just modify those files (they might be in /usr for example).
* make the keyring locations in apt-key configurableDavid Kalnischkies2013-08-121-0/+39
Might come in handy for more than just a simple testcase.