mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -05:00
844d82fad8
Move the test suite to test/pacman in order to make a logical location for a future makepkg test suite. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
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")
|