summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/symlink012.py
AgeCommit message (Collapse)AuthorFilesLines
2011-10-27Add some unowned symlink replacement testsDan McGee1-0/+24
These should all prevent installation, and yet two of the three tests currently fail. Not good. The best way to see what is going on here is to diff the three new tests side by side- there is only a small difference between the three tests, and that is in the destination of the symlink in question that should never be overwritten. symlink010.py: myprogsuffix -> myprog symlink011.py: myprogsuffix -> broken symlink012.py: myprogsuffix -> otherprog Signed-off-by: Dan McGee <dan@archlinux.org>