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