summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/pacman002.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/pacman002.py')
-rw-r--r--test/pacman/tests/pacman002.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pacman/tests/pacman002.py b/test/pacman/tests/pacman002.py
new file mode 100644
index 00000000..c0217259
--- /dev/null
+++ b/test/pacman/tests/pacman002.py
@@ -0,0 +1,5 @@
+self.description = "Test command line option (--help)"
+
+self.args = "--help"
+
+self.addrule("PACMAN_RETCODE=2")