summaryrefslogtreecommitdiff
path: root/test/integration/test-snapshot-upgrades
Commit message (Collapse)AuthorAgeFilesLines
* Parse snapshot option for apt show/listDavid Kalnischkies2024-07-081-0/+156
The option is supported by the command (as this is done by a bit more low level code), but the command line parsing did not expect them to be used for the apt show & list command, so that it would report error. As such, a workaround for this issue is to use: -o APT::Snapshot=BANANA instead of e.g. -S BANANA Closes: #1075819