commit: 1ce0f46acdd9c4d32832bcb8ae2b82c021528a09
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 16:08:03 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 16:08:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1ce0f46a
tests: add test for bug #638816
tests/qatom/dotest | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qatom/dotest b/tests/qatom/dotest
index e616a36..1ca2367 100755
--- a/tests/qatom/dotest
+++ b/tests/qatom/dotest
@@ -40,5 +40,6 @@ test f08 "123-r4" -F '%{PVR}' "cat/pkg-123-r4:5"
test f09 "pkg-123-r4" -F '%{PF}' "cat/pkg-123-r4:5"
test f10 "r4" -F '%{PR}' "cat/pkg-123-r4:5"
test f11 ":5" -F '%{SLOT}' "cat/pkg-123-r4:5"
+test f12 "pkg-c" -F '%{PN}' "cat/pkg-c" # bug #638816
end