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