diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2011-05-27 12:22:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2011-05-27 12:22:36 +0000 |
commit | 61df3aae9f4ef37d5d868d004a45c22fcd83db10 (patch) | |
tree | 780d190617ffe5efa0529137e43e4b3a4a053841 /regress | |
parent | 0f4ad718199bbd12e9388f60ace0b0b344b30a78 (diff) |
fix test output for new message
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/pkg_add/signatures.ref | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/pkg_add/signatures.ref b/regress/usr.sbin/pkg_add/signatures.ref index a922fc2906a..e642114db69 100644 --- a/regress/usr.sbin/pkg_add/signatures.ref +++ b/regress/usr.sbin/pkg_add/signatures.ref @@ -1,6 +1,6 @@ Error: foo-1.0 exists in two non-comparable versions -Someone forgot to bump a PKGNAME +Someone forgot to bump a REVISION foo-1.0,x-1.0 vs. foo-1.0,x-1.0,y-2.0 Error: foo-1.0 exists in two non-comparable versions -Someone forgot to bump a PKGNAME +Someone forgot to bump a REVISION foo-1.0,x-1.0,y-2.0 vs. foo-1.0,x-1.0 |