summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/query007.py
AgeCommit message (Collapse)AuthorFilesLines
2012-06-26query: avoid false ownership matches for files in rootDave Reisner1-0/+11
Check for an exact match when querying ownership of files in the root. Previously, our test was too simple and would match the the basename of package files against the query parameter, e.g. $ pacman -Qo config /config is owned by cower-git 20120614-1 Adds a new test to verify this behavior, query007.py. Fixes FS#30388. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>