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