Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update tests for symlink support removal | Andrew Gregory | 2013-06-03 |
| | | | | | Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | Remove leading / for pactest paths | Allan McRae | 2013-01-28 |
| | | | | | | | | The leading / makes the pactest suite look for the file in the users filesystem. This meant the ldconfig tests always passed (even when broken in pacman...). Signed-off-by: Allan McRae <allan@archlinux.org> | ||
* | pactest: Do not remove symlink to directory if local package uses that path | Allan McRae | 2012-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> |