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