summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/query005.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/query005.py')
-rw-r--r--test/pacman/tests/query005.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pacman/tests/query005.py b/test/pacman/tests/query005.py
index 23a78fcb..06768b3c 100644
--- a/test/pacman/tests/query005.py
+++ b/test/pacman/tests/query005.py
@@ -1,4 +1,4 @@
-self.description = "Query info on a package"
+self.description = "Query info on a package (new date)"
p = pmpkg("foobar")
p.files = ["bin/foobar"]
@@ -18,4 +18,4 @@ self.args = "-Qi %s" % p.name
self.addrule("PACMAN_RETCODE=0")
self.addrule("PACMAN_OUTPUT=^Name.*%s" % p.name)
self.addrule("PACMAN_OUTPUT=^Description.*%s" % p.desc)
-self.addrule("PACMAN_OUTPUT=^Build Date.*2007")
+self.addrule("PACMAN_OUTPUT=^Build Date.* 2007")