summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/TESTS
diff options
context:
space:
mode:
authorAndrew Gregory <andrew.gregory.8@gmail.com>2014-11-30 00:02:57 +0100
committerAllan McRae <allan@archlinux.org>2015-03-03 07:54:17 +0100
commit156d41a18628d6e63cc49cfcb27e9c96826f9e74 (patch)
tree924f97e1d46da407b950de2794d6ddf947ab1a5c /test/pacman/tests/TESTS
parentba532bda6b558e5bbf429bfa8f806ac8122c8d56 (diff)
downloadpacman-156d41a18628d6e63cc49cfcb27e9c96826f9e74.tar.gz
pacman-156d41a18628d6e63cc49cfcb27e9c96826f9e74.tar.xz
remove: use strcmp for files in skip_remove
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>
Diffstat (limited to 'test/pacman/tests/TESTS')
-rw-r--r--test/pacman/tests/TESTS1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS
index 12adf6da..3ff0b0c2 100644
--- a/test/pacman/tests/TESTS
+++ b/test/pacman/tests/TESTS
@@ -127,6 +127,7 @@ TESTS += test/pacman/tests/scriptlet001.py
TESTS += test/pacman/tests/scriptlet002.py
TESTS += test/pacman/tests/sign001.py
TESTS += test/pacman/tests/sign002.py
+TESTS += test/pacman/tests/skip-remove-with-glob-chars.py
TESTS += test/pacman/tests/smoke001.py
TESTS += test/pacman/tests/smoke002.py
TESTS += test/pacman/tests/smoke003.py