summaryrefslogtreecommitdiff
path: root/test/pacman/tests/symlink002.py
Commit message (Collapse)AuthorAge
* Fix segfault when uninstalling broken backed-up symlinkDan McGee2011-05-16
| | | | | | | | | Issue FS#24230. If a symlink is broken and included in the removal process of a package, we blew up and segfaulted due to alpm_compute_md5sum() returning NULL and then performing a strcmp() operation. Signed-off-by: Dan McGee <dan@archlinux.org>
* Add test for FS#24230, dead backup symlink removalDan McGee2011-05-16
This currently causes a segfault, which is bad news. Signed-off-by: Dan McGee <dan@archlinux.org>