summaryrefslogtreecommitdiff
path: root/test/pacman/tests/TESTS
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-12-04 07:36:01 +1000
committerAllan McRae <allan@archlinux.org>2015-12-05 17:46:11 +1000
commit8a373096f590925465f624d7b0bf466b02143ce1 (patch)
tree1d49bc64918731027a662316a90ce6cea4503107 /test/pacman/tests/TESTS
parent088649534e7fd493cab4fce335f50a68108a48a6 (diff)
downloadpacman-8a373096f590925465f624d7b0bf466b02143ce1.tar.xz
Detect potential conflict when symlink to directory is changing to directory
When a symlink to a directory is changing to a directory, any package file inside the new directory can create an unexpected conflict with the filesystem. Reported by Neofytos and Luca from Chakra. Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/TESTS')
-rw-r--r--test/pacman/tests/TESTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS
index e330896b..bee7c8ec 100644
--- a/test/pacman/tests/TESTS
+++ b/test/pacman/tests/TESTS
@@ -150,6 +150,7 @@ TESTS += test/pacman/tests/symlink010.py
TESTS += test/pacman/tests/symlink011.py
TESTS += test/pacman/tests/symlink012.py
TESTS += test/pacman/tests/symlink020.py
+TESTS += test/pacman/tests/symlink021.py
TESTS += test/pacman/tests/sync-install-assumeinstalled.py
TESTS += test/pacman/tests/sync-nodepversion01.py
TESTS += test/pacman/tests/sync-nodepversion02.py