From d9bd24c968436f05838614b9069ef4f29645b74a Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 23 Feb 2007 06:50:42 +0000 Subject: * Changes to quite a few of the tests, mostly minimal changes (better descriptions, additional rules, etc) * One new pactest test regarding file migration between packages. * Fix of a little output bug in pmenv.py --- pactest/tests/query001.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pactest/tests/query001.py') diff --git a/pactest/tests/query001.py b/pactest/tests/query001.py index fe689104..315af84a 100644 --- a/pactest/tests/query001.py +++ b/pactest/tests/query001.py @@ -4,6 +4,7 @@ p = pmpkg("foobar") p.files = ["bin/foobar"] self.addpkg2db("local", p) -self.args = "-Q foobar" +self.args = "-Q %s" % p.name +self.addrule("PACMAN_RETCODE=0") self.addrule("PACMAN_OUTPUT=foobar") -- cgit v1.2.3-2-g168b