summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/symlink-replace-with-dir.py
AgeCommit message (Collapse)AuthorFilesLines
2017-01-04conflict: skip dir children when replacing a fileAndrew Gregory1-0/+18
When replacing a file with a directory, any files under that directory do not need to be checked for conflicts. This prevents possible false-positive conflicts where the file being replaced is a symlink. We were already skipping the directory children when the file was owned by the previous version of a package being upgraded. This extends that to other packages being removed. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>