Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pactest/tests/query001.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-02 17:56:48 -0600
committerDan McGee <dan@archlinux.org>2007-12-02 17:56:48 -0600
commite8eff3ef97e30ec64fbb62e502ed24fe5baceca0 (patch)
tree66851e2e63aba2c3c6781789834b3c84bdaa6d34 /pactest/tests/query001.py
parent0b6d73a5b4931519ee40646aa9093148f4571cf0 (diff)
Add more pactests to increase code coverage
These new tests test the following ops at least once: -Ss, -Si, -Sl, -Sp, -Qs, -Qi, -T Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/query001.py')
-rw-r--r--pactest/tests/query001.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pactest/tests/query001.py b/pactest/tests/query001.py
index 315af84a..8faf0e15 100644
--- a/pactest/tests/query001.py
+++ b/pactest/tests/query001.py
@@ -7,4 +7,4 @@ self.addpkg2db("local", p)
self.args = "-Q %s" % p.name
self.addrule("PACMAN_RETCODE=0")
-self.addrule("PACMAN_OUTPUT=foobar")
+self.addrule("PACMAN_OUTPUT=%s" % p.name)