summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/query004.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/query004.py')
-rw-r--r--test/pacman/tests/query004.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pacman/tests/query004.py b/test/pacman/tests/query004.py
index 8faf0e15..8c580126 100644
--- a/test/pacman/tests/query004.py
+++ b/test/pacman/tests/query004.py
@@ -7,4 +7,4 @@ self.addpkg2db("local", p)
self.args = "-Q %s" % p.name
self.addrule("PACMAN_RETCODE=0")
-self.addrule("PACMAN_OUTPUT=%s" % p.name)
+self.addrule("PACMAN_OUTPUT=^%s" % p.name)