diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-08-21 16:58:15 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-08-21 16:58:15 +0000 |
commit | 916cebc434d0cbb69b2b9769b7d4f1b0640b3f76 (patch) | |
tree | 647645d8d5c94174ee64fab0f8de943eb4d466d4 /regress/sbin/bioctl | |
parent | 3626809c1cec5506984d108d71f690379344311e (diff) |
= ought to be += in previous
Diffstat (limited to 'regress/sbin/bioctl')
-rw-r--r-- | regress/sbin/bioctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/bioctl/Makefile b/regress/sbin/bioctl/Makefile index 69b48da4a07..c7229b7888b 100644 --- a/regress/sbin/bioctl/Makefile +++ b/regress/sbin/bioctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2023/08/21 15:59:38 kn Exp $ +# $OpenBSD: Makefile,v 1.4 2023/08/21 16:58:14 kn Exp $ BIOCTL ?= /sbin/bioctl @@ -36,7 +36,7 @@ FAILURE_TESTS = recreate-existing-volume \ set-empty-passphrase REGRESS_EXPECTED_FAILURES += ${FAILURE_TESTS} REGRESS_TARGETS += ${FAILURE_TESTS} -REGRESS_ROOT_TARGETS = ${FAILURE_TESTS} +REGRESS_ROOT_TARGETS += ${FAILURE_TESTS} recreate-existing-volume: ${SUDO} ${BIOCTL} -cC -l"$$(<${CHUNKDEVFILE})a" -- softraid0 |