
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>
5 lines
111 B
Python
5 lines
111 B
Python
self.description = "Test command line option (--help)"
|
|
|
|
self.args = "--help"
|
|
|
|
self.addrule("PACMAN_RETCODE=2")
|