mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 05:15:11 -05:00
6 lines
117 B
Python
6 lines
117 B
Python
|
self.description = "Test command line option (-S --help)"
|
||
|
|
||
|
self.args = "-S --help"
|
||
|
|
||
|
self.addrule("PACMAN_RETCODE=2")
|