diff options
author | 2014-01-10 22:52:50 +0000 | |
---|---|---|
committer | 2014-01-10 22:52:50 +0000 | |
commit | 3900bbd016d7012947f7876bf74a70214caaa45a (patch) | |
tree | 7b208c532736e53fcd1ea1e8f19d48a3affbc69c | |
parent | regen (diff) | |
download | wireguard-openbsd-3900bbd016d7012947f7876bf74a70214caaa45a.tar.xz wireguard-openbsd-3900bbd016d7012947f7876bf74a70214caaa45a.zip |
Don't overwrite the regress target, provide a test target instead. This allows
the test target to fail without terminating overall regression tests. Clean up
a little.
Also adjust orders.txt.sig comment to new reality, making the test pass again.
Looks ok to sthen@
-rw-r--r-- | regress/usr.bin/signify/Makefile | 9 | ||||
-rw-r--r-- | regress/usr.bin/signify/orders.txt.sig | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/regress/usr.bin/signify/Makefile b/regress/usr.bin/signify/Makefile index cc761de5db3..9796bba6328 100644 --- a/regress/usr.bin/signify/Makefile +++ b/regress/usr.bin/signify/Makefile @@ -1,6 +1,11 @@ -# $OpenBSD: Makefile,v 1.1 2014/01/09 16:13:44 tedu Exp $ +# $OpenBSD: Makefile,v 1.2 2014/01/10 22:52:50 tobiasu Exp $ -regress: +CLEANFILES += test.sig +REGRESS_TARGETS = t1 + +t1: @sh ${.CURDIR}/signify.sh ${.CURDIR} +.PHONY: t1 + .include <bsd.regress.mk> diff --git a/regress/usr.bin/signify/orders.txt.sig b/regress/usr.bin/signify/orders.txt.sig index 28ebf6eb4e5..90f02d24291 100644 --- a/regress/usr.bin/signify/orders.txt.sig +++ b/regress/usr.bin/signify/orders.txt.sig @@ -1,2 +1,2 @@ -untrusted comment: signify signature from signify secret key +untrusted comment: signature from signify secret key RWTAeKJJ1MTF3UpxzBCu6NaM6HPJNTj5CZ+M5XNJKNeEHBLQSsstzHGbSo8rPYNgw3Z98pN7WKiIwBIyRrKuIdKBRA6qlaci6wI= |