diff options
author | 2014-01-19 09:33:53 +0000 | |
---|---|---|
committer | 2014-01-19 09:33:53 +0000 | |
commit | 41d04be76158f0069145482a0e446e885ce3a860 (patch) | |
tree | 826b6afc0c4f1ace8c35eeee20f51835827e0393 | |
parent | A SYNOPSIS should not attempt to provide examples, so trim it; (diff) | |
download | wireguard-openbsd-41d04be76158f0069145482a0e446e885ce3a860.tar.xz wireguard-openbsd-41d04be76158f0069145482a0e446e885ce3a860.zip |
update extra output, error messages are more specific now
-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 |