diff options
author | 2012-08-17 23:41:27 +0000 | |
---|---|---|
committer | 2012-08-17 23:41:27 +0000 | |
commit | 63b5b92caed76fc9460ad8c080f026d825649e09 (patch) | |
tree | 426cbe622a11b4429b60052a19844dd1f74c4000 | |
parent | oops, shouldn't go interactive (found by matthew@) (diff) | |
download | wireguard-openbsd-63b5b92caed76fc9460ad8c080f026d825649e09.tar.xz wireguard-openbsd-63b5b92caed76fc9460ad8c080f026d825649e09.zip |
fix after signatures change
-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 e642114db69..691159374a9 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 REVISION -foo-1.0,x-1.0 vs. foo-1.0,x-1.0,y-2.0 +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 REVISION -foo-1.0,x-1.0,y-2.0 vs. foo-1.0,x-1.0 +foo-1.0,@x-1.0,@y-2.0 vs. foo-1.0,@x-1.0 |