commit:     41674dc19543e278e09f552f12f5cb7c7590c431
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 11:52:13 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 11:52:13 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=41674dc1

tests/qatom/dotest: fix bug reference

I managed to mix up two bugs, the bug this is all about is #639978

 tests/qatom/dotest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to