diff options
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:04:27 +0200 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 21:04:27 +0200 |
commit | 1dc81514933078115eeca73dc3eb48e2fe444f06 (patch) | |
tree | 25b1db091ad4780c6ce8f96383cba454cc16d088 /pactest/tests/query001.py | |
parent | 9ccd91701c7829ca3503eaeaceac601aee8dc03e (diff) | |
download | pacman-1dc81514933078115eeca73dc3eb48e2fe444f06.tar.gz pacman-1dc81514933078115eeca73dc3eb48e2fe444f06.tar.xz |
Added pactest to repository, from Aurelien Foret:
http://aurelien.foret.free.fr/archlinux/pactest/
Diffstat (limited to 'pactest/tests/query001.py')
-rw-r--r-- | pactest/tests/query001.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pactest/tests/query001.py b/pactest/tests/query001.py new file mode 100644 index 00000000..fe689104 --- /dev/null +++ b/pactest/tests/query001.py @@ -0,0 +1,9 @@ +self.description = "Query a package" + +p = pmpkg("foobar") +p.files = ["bin/foobar"] +self.addpkg2db("local", p) + +self.args = "-Q foobar" + +self.addrule("PACMAN_OUTPUT=foobar") |