diff options
-rwxr-xr-x | tests/qatom/dotest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qatom/dotest b/tests/qatom/dotest index 1ca2367..c14001f 100755 --- a/tests/qatom/dotest +++ b/tests/qatom/dotest @@ -40,6 +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 +test f12 "pkg-c" -F '%{PN}' "cat/pkg-c" # bug #639978 end |