diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-01-19 09:33:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-01-19 09:33:54 +0000 |
commit | d5af62c31335426e818c03dcf566c733d0d52599 (patch) | |
tree | d0605e9ad7d64b249bf19ff1a4aa8262f16f62e1 /regress | |
parent | e759d4912b53a33287796d1f77c5b05b5ade39eb (diff) |
update extra output, error messages are more specific now
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/pkg_add/signatures.ref | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/usr.sbin/pkg_add/signatures.ref b/regress/usr.sbin/pkg_add/signatures.ref index 691159374a9..e4af84f898f 100644 --- a/regress/usr.sbin/pkg_add/signatures.ref +++ b/regress/usr.sbin/pkg_add/signatures.ref @@ -1,6 +1,8 @@ +Couldn't find test/y in first signature Error: foo-1.0 exists in two non-comparable versions Someone forgot to bump a REVISION foo-1.0,@x-1.0 vs. foo-1.0,@x-1.0,@y-2.0 +Couldn't find test/y in second signature Error: foo-1.0 exists in two non-comparable versions Someone forgot to bump a REVISION foo-1.0,@x-1.0,@y-2.0 vs. foo-1.0,@x-1.0 |