diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-12-29 12:52:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-12-29 12:52:13 +0100 |
commit | 41674dc19543e278e09f552f12f5cb7c7590c431 (patch) | |
tree | b56585f96f41e89a559cb5d95368cd9bbf79e547 | |
parent | Makefile.am: update after autogen.sh run (diff) | |
download | portage-utils-0.65.tar.gz portage-utils-0.65.tar.bz2 portage-utils-0.65.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-x | tests/qatom/dotest | 2 |
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 |