index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-03-08 14:04:06 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-03-08 14:13:22 -0600 |
commit | 266f06866bd56b86ca8525d2e07d48d08fedaa8f (patch) | |
tree | 18221ade65ea3d57bf6fb01f109203fcaafe722b /pactest/tests/add060.py | |
parent | 49197b7492d61bf1fc6bef59a708f4f586f32edb (diff) |
-rw-r--r-- | pactest/tests/add060.py | 15 |
diff --git a/pactest/tests/add060.py b/pactest/tests/add060.py deleted file mode 100644 index 4c5f17da..00000000 --- a/pactest/tests/add060.py +++ /dev/null @@ -1,15 +0,0 @@ -self.description = "Install a package with a file in NoExtract" - -p = pmpkg("dummy") -p.files = ["bin/dummy", - "usr/man/man1/dummy.1"] -self.addpkg(p) - -self.option["noextract"] = ["usr/man/man1/dummy.1"] - -self.args = "-A %s" % p.filename() - -self.addrule("PACMAN_RETCODE=0") -self.addrule("PKG_EXIST=dummy") -self.addrule("FILE_EXIST=bin/dummy") -self.addrule("!FILE_EXIST=usr/man/man1/dummy.1") |