From 2b2880edc3d751f332bb01d18836b6cc67551f14 Mon Sep 17 00:00:00 2001 From: anton Date: Fri, 17 Sep 2021 05:59:16 +0000 Subject: [PATCH] add missing sudo --- regress/sbin/pfctl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 7813ad3d7a3..7beb24d0101 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.231 2017/12/12 19:49:19 bluhm Exp $ +# $OpenBSD: Makefile,v 1.232 2021/09/17 05:59:16 anton Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check whether the output matches pfNN.ok @@ -67,7 +67,7 @@ PFAIL_TARGETS+=pfail${n} PFAIL_UPDATES+=pfail${n}-update pfail${n}: - ${PFCTL} -o none -nv -f - < ${.CURDIR}/pfail${n}.in 2>&1 | \ + ${SUDO} ${PFCTL} -o none -nv -f - < ${.CURDIR}/pfail${n}.in 2>&1 | \ diff -u ${.CURDIR}/pfail${n}.ok /dev/stdin pfail${n}-update: -- 2.20.1