index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 19:04:27 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2006-10-15 19:04:27 +0000 |
commit | 1dc81514933078115eeca73dc3eb48e2fe444f06 (patch) | |
tree | 25b1db091ad4780c6ce8f96383cba454cc16d088 /pactest/tests/sync009.py | |
parent | 9ccd91701c7829ca3503eaeaceac601aee8dc03e (diff) |
-rw-r--r-- | pactest/tests/sync009.py | 12 |
diff --git a/pactest/tests/sync009.py b/pactest/tests/sync009.py new file mode 100644 index 00000000..fc2015d4 --- /dev/null +++ b/pactest/tests/sync009.py @@ -0,0 +1,12 @@ +self.description = "Install a package from a sync db" + +sp = pmpkg("dummy") +sp.files = ["bin/dummy", + "usr/man/man1/dummy.1"] +self.addpkg2db("sync", sp) + +self.args = "-S dummy" + +self.addrule("PKG_EXIST=dummy") +for f in sp.files: + self.addrule("FILE_EXIST=%s" % f) |