diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-12-28 17:08:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-12-28 17:08:03 +0100 |
commit | 1ce0f46acdd9c4d32832bcb8ae2b82c021528a09 (patch) | |
tree | a4320d6c73c504aeff186b3ff9f098ef52d4a87b /tests | |
parent | rm_rf_at: fix recurse logic for non-Linux (diff) | |
download | portage-utils-1ce0f46acdd9c4d32832bcb8ae2b82c021528a09.tar.gz portage-utils-1ce0f46acdd9c4d32832bcb8ae2b82c021528a09.tar.bz2 portage-utils-1ce0f46acdd9c4d32832bcb8ae2b82c021528a09.zip |
tests: add test for bug #638816
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qatom/dotest | 1 |
1 files changed, 1 insertions, 0 deletions
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 |