summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/query002.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/pacman/tests/query002.py')
-rw-r--r--test/pacman/tests/query002.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/pacman/tests/query002.py b/test/pacman/tests/query002.py
index ccf18f44..5de1f37b 100644
--- a/test/pacman/tests/query002.py
+++ b/test/pacman/tests/query002.py
@@ -1,4 +1,4 @@
-self.description = "Query info on a package (old date)"
+self.description = "Query info on a package"
p = pmpkg("foobar")
p.files = ["bin/foobar"]
@@ -7,8 +7,6 @@ p.groups = ["foo"]
p.url = "http://www.archlinux.org"
p.license = "GPL2"
p.arch = "i686"
-# test old style date
-p.builddate = "Mon Oct 1 01:40:21 2007 UTC"
p.packager = "Arch Linux"
self.addpkg2db("local", p)
@@ -18,4 +16,3 @@ 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")