aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-12-29 12:52:13 +0100
committerFabian Groffen <grobian@gentoo.org>2017-12-29 12:52:13 +0100
commit41674dc19543e278e09f552f12f5cb7c7590c431 (patch)
treeb56585f96f41e89a559cb5d95368cd9bbf79e547
parentMakefile.am: update after autogen.sh run (diff)
downloadportage-utils-41674dc19543e278e09f552f12f5cb7c7590c431.tar.gz
portage-utils-41674dc19543e278e09f552f12f5cb7c7590c431.tar.bz2
portage-utils-41674dc19543e278e09f552f12f5cb7c7590c431.zip
tests/qatom/dotest: fix bug referencev0.65
I managed to mix up two bugs, the bug this is all about is #639978
-rwxr-xr-xtests/qatom/dotest2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qatom/dotest b/tests/qatom/dotest
index 1ca2367b..c14001fc 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