[pacman-dev] [PATCH] New fileconflict004.py pactest
Nagy Gabor
ngaba at bibl.u-szeged.hu
Tue Jul 22 06:53:21 EDT 2008
From 92d5c1dbe3b1ecdb4a011a67a4c7719e240d861a Mon Sep 17 00:00:00 2001
From: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date: Tue, 22 Jul 2008 12:48:59 +0200
Subject: [PATCH] New fileconflict004.py pactest
Thread: http://www.archlinux.org/pipermail/pacman-dev/2008-July/012465.html
Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
---
pactest/tests/fileconflict004.py | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 pactest/tests/fileconflict004.py
diff --git a/pactest/tests/fileconflict004.py b/pactest/tests/fileconflict004.py
new file mode 100644
index 0000000..a5347cc
--- /dev/null
+++ b/pactest/tests/fileconflict004.py
@@ -0,0 +1,19 @@
+self.description = "dir->symlink change during package upgrade (no conflict)"
+
+p1 = pmpkg("pkg1", "1.0-1")
+p1.files = ["test/",
+ "test/file"]
+self.addpkg2db("local", p1)
+
+p2 = pmpkg("pkg1", "2.0-1")
+p2.files = ["test2/",
+ "test2/file2",
+ "test -> test2"]
+self.addpkg2db("sync", p2)
+
+self.args = "-S pkg1"
+
+self.addrule("PACMAN_RETCODE=0")
+self.addrule("PKG_EXIST=pkg1")
+self.addrule("PKG_VERSION=pkg1|2.0-1")
+self.addrule("FILE_TYPE=test|link")
--
1.5.6.4
More information about the pacman-dev
mailing list