summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/fileconflict007.py
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2013-04-13 02:45:00 +0200
committerAllan McRae <allan@archlinux.org>2013-06-03 05:33:47 +0200
commitaa7e42db11ea545572a9519e88e2a6cdeeffb3bf (patch)
treea1fdf2b0e1f9e72326573a3d03b68c969523b1b0 /test/pacman/tests/fileconflict007.py
parent5cfa4ec47ed6240fecb1c2a9fd95de5bdc58a8b8 (diff)
downloadpacman-aa7e42db11ea545572a9519e88e2a6cdeeffb3bf.tar.gz
pacman-aa7e42db11ea545572a9519e88e2a6cdeeffb3bf.tar.xz
conflict.c: do not ignore symlink<->dir conflicts
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/fileconflict007.py')
-rw-r--r--test/pacman/tests/fileconflict007.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pacman/tests/fileconflict007.py b/test/pacman/tests/fileconflict007.py
index 7fe65ed4..b61ddb42 100644
--- a/test/pacman/tests/fileconflict007.py
+++ b/test/pacman/tests/fileconflict007.py
@@ -16,3 +16,5 @@ self.addrule("PACMAN_RETCODE=0")
self.addrule("PKG_EXIST=pkg")
self.addrule("PKG_VERSION=pkg|1.0-2")
self.addrule("FILE_TYPE=dir/symdir/|dir")
+
+self.expectfailure = True