summaryrefslogtreecommitdiff
path: root/test/pacman/tests/sync700.py
Commit message (Collapse)AuthorAge
* pactest: Do not remove symlink to directory if local package uses that pathAllan McRae2012-08-02
If we have a symlink to a directory (e.g. /lib -> usr/lib), then we can not remove it if a local package thinks it has files in the symlink directory (e.g. /lib/foo), because this will invalidate the local file database. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>