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