summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/pacman005.py
blob: 99c25b262b5e1a374a6fef89a9d0e8cd0fb4b3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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")

self.expectfailure = True