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/add011.py | |
parent | 49197b7492d61bf1fc6bef59a708f4f586f32edb (diff) |
-rw-r--r-- | pactest/tests/add011.py | 14 |
diff --git a/pactest/tests/add011.py b/pactest/tests/add011.py deleted file mode 100644 index 5d2ae43f..00000000 --- a/pactest/tests/add011.py +++ /dev/null @@ -1,14 +0,0 @@ -self.description = "Install a package with a filesystem conflict (--force)" - -p = pmpkg("dummy") -p.files = ["bin/dummy", "usr/man/man1/dummy.1"] -self.addpkg(p) - -self.filesystem = ["bin/dummy"] - -self.args = "-Af %s" % p.filename() - -self.addrule("PACMAN_RETCODE=0") -self.addrule("PKG_EXIST=dummy") -self.addrule("FILE_MODIFIED=bin/dummy") -self.addrule("FILE_EXIST=usr/man/man1/dummy.1") |