diff options
author | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2014-01-10 22:52:51 +0000 |
---|---|---|
committer | Tobias Ulmer <tobiasu@cvs.openbsd.org> | 2014-01-10 22:52:51 +0000 |
commit | fab2e505326dbaabdf7cb2b62ac77ab6df31ca75 (patch) | |
tree | e139e8b1083da719e7534b4f504d2dc20bc1a329 /regress | |
parent | d270aa675bc3011441d601c23b3eee934a3972c3 (diff) |
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@
Diffstat (limited to 'regress')
-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= |