summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/skip-remove-with-glob-chars.py
AgeCommit message (Collapse)AuthorFilesLines
2015-03-03remove: use strcmp for files in skip_removeAndrew Gregory1-0/+19
Paths from noupgrade, the transaction skip_remove, and package backup lists were combined into a single list matched using fnmatch causing paths with glob characters to match unrelated files. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>