Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: tests/qatom/
Date: Fri, 29 Dec 2017 11:53:16
Message-Id: 1514548333.41674dc19543e278e09f552f12f5cb7c7590c431.grobian@gentoo
1 commit: 41674dc19543e278e09f552f12f5cb7c7590c431
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 11:52:13 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 11:52:13 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=41674dc1
7
8 tests/qatom/dotest: fix bug reference
9
10 I managed to mix up two bugs, the bug this is all about is #639978
11
12 tests/qatom/dotest | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/tests/qatom/dotest b/tests/qatom/dotest
16 index 1ca2367..c14001f 100755
17 --- a/tests/qatom/dotest
18 +++ b/tests/qatom/dotest
19 @@ -40,6 +40,6 @@ test f08 "123-r4" -F '%{PVR}' "cat/pkg-123-r4:5"
20 test f09 "pkg-123-r4" -F '%{PF}' "cat/pkg-123-r4:5"
21 test f10 "r4" -F '%{PR}' "cat/pkg-123-r4:5"
22 test f11 ":5" -F '%{SLOT}' "cat/pkg-123-r4:5"
23 -test f12 "pkg-c" -F '%{PN}' "cat/pkg-c" # bug #638816
24 +test f12 "pkg-c" -F '%{PN}' "cat/pkg-c" # bug #639978
25
26 end