diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-09-25 16:22:41 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-09-25 16:22:41 +0000 |
commit | 87dbff92a71d7590c27190167a624c8a7b34624a (patch) | |
tree | 70d418a2d0eee3911d85175903839d60a4e2fabd /regress/usr.sbin/pkg_add | |
parent | c9173cca78a9ce10976f6a9803e47da428563c28 (diff) |
keep up with @version, noticed by bluhm@
Diffstat (limited to 'regress/usr.sbin/pkg_add')
-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 e4af84f898f..0d9bb057091 100644 --- a/regress/usr.sbin/pkg_add/signatures.ref +++ b/regress/usr.sbin/pkg_add/signatures.ref @@ -1,8 +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 +foo-1.0,0,@x-1.0 vs. foo-1.0,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 +foo-1.0,0,@x-1.0,@y-2.0 vs. foo-1.0,0,@x-1.0 |