summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/fileconflict020.py
AgeCommit message (Collapse)AuthorFilesLines
2012-12-14It turns out we do care about directories...Allan McRae1-2/+0
This is a bug that has been around since at least 2007. On a package upgrade (either by -S or -U) a new directory could overwrite any file. This is caused by the filelist difference calculation ignoring all directories and thus no new directories were checked for conflicting files on the filesystem. Signed-off-by: Allan McRae <allan@archlinux.org>
2012-12-14Add pactests for not detecting directory conflicts with upgradesFlorian Pritz1-0/+20
Signed-off-by: Allan McRae <allan@archlinux.org>