summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/pacman005.py
blob: bb21ad4f67812f8260525bd191485daf4b40e50c (plain)
1
2
3
4
5
6
7
8
self.description = "Test invalid combination of command line options (-Qy)"

p = pmpkg("foobar")
self.addpkg2db("local", p)

self.args = "-Qy"

self.addrule("PACMAN_RETCODE=1")