diff options
author | Allan McRae <allan@archlinux.org> | 2015-12-04 07:36:01 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-05 17:46:11 +1000 |
commit | 8a373096f590925465f624d7b0bf466b02143ce1 (patch) | |
tree | 1d49bc64918731027a662316a90ce6cea4503107 /test/pacman/tests/TESTS | |
parent | 088649534e7fd493cab4fce335f50a68108a48a6 (diff) |
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/TESTS | 1 |
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 |