summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/btrace
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2021-12-19 01:07:51 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2021-12-19 01:07:51 +0000
commit3773fbc0613aae556fe08edbc18523a6c0cee9b0 (patch)
treec4d6466f09ce87ec530e010f4929a858a785ff81 /regress/usr.sbin/btrace
parent8d953f157bf41135338c10b80a3b6a9fedd442f8 (diff)
Suppress error output from sysctl: kern.allowdt doesn't exist on
several archs and complaining about that from the Makefile doesn't help anyone. ok deraadt@ bluhm@
Diffstat (limited to 'regress/usr.sbin/btrace')
-rw-r--r--regress/usr.sbin/btrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/btrace/Makefile b/regress/usr.sbin/btrace/Makefile
index f9e03417d91..08654e32a3c 100644
--- a/regress/usr.sbin/btrace/Makefile
+++ b/regress/usr.sbin/btrace/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.24 2021/12/02 17:09:46 kn Exp $
+# $OpenBSD: Makefile,v 1.25 2021/12/19 01:07:50 guenther Exp $
BTRACE?= /usr/sbin/btrace
-ALLOWDT!= sysctl -n kern.allowdt
+ALLOWDT!= sysctl -n kern.allowdt 2>/dev/null
# scripts that don't need /dev/dt
BT_LANG_SCRIPTS= arithm beginend boolean comments delete exit \