From 0c41663c7b5a9d73ea49c20b74149d12f0fcd26c Mon Sep 17 00:00:00 2001 From: Andrew Gregory Date: Sat, 2 Mar 2013 23:26:56 -0500 Subject: update tests for symlink support removal Signed-off-by: Andrew Gregory Signed-off-by: Allan McRae --- test/pacman/tests/fileconflict013.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test/pacman/tests/fileconflict013.py') diff --git a/test/pacman/tests/fileconflict013.py b/test/pacman/tests/fileconflict013.py index a83923c6..5c3a43b1 100644 --- a/test/pacman/tests/fileconflict013.py +++ b/test/pacman/tests/fileconflict013.py @@ -1,4 +1,5 @@ self.description = "file->file path change with same effective path (/lib as symlink)" +# Note: this situation means the filesystem and local db are out of sync lp1 = pmpkg("filesystem", "1.0-1") lp1.files = ["usr/", @@ -16,5 +17,7 @@ self.addpkg2db("sync", sp1) self.args = "-Su" -self.addrule("PACMAN_RETCODE=0") -self.addrule("PKG_VERSION=pkg1|1.0-2") +self.addrule("PACMAN_RETCODE=1") +self.addrule("PKG_VERSION=pkg1|1.0-1") + +self.expectfailure = True -- cgit v1.2.3-24-g4f1b