diff options
author | 2005-05-28 00:55:56 +0000 | |
---|---|---|
committer | 2005-05-28 00:55:56 +0000 | |
commit | 1f8d30c89f36fd87307aa2396c5071797278e753 (patch) | |
tree | 55347cfee62cad39ea9c6d8d8cd41437cdf26b39 | |
parent | Move the va_start()/va_end() pair such that it directly backets the call (diff) | |
download | wireguard-openbsd-1f8d30c89f36fd87307aa2396c5071797278e753.tar.xz wireguard-openbsd-1f8d30c89f36fd87307aa2396c5071797278e753.zip |
Set default test shell to /bin/sh.
Also destroy lo1000010 at interrupt.
ok henning@ mcbride@
-rw-r--r-- | regress/sbin/pfctl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index 38cf8b7d578..59b174ce815 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.188 2005/05/28 00:52:41 mpf Exp $ +# $OpenBSD: Makefile,v 1.189 2005/05/28 00:55:56 mpf Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok @@ -32,6 +32,8 @@ PFOPT=1 2 3 4 5 PFIF2IP=1 2 3 PFCHKSUM=1 2 3 +SHELL=/bin/sh + .MAIN: all .ifmake !obj && !clean && !cleandir && !depend && !regress @@ -48,6 +50,7 @@ PFCHKSUM=1 2 3 .INTERRUPT: -${SUDO} ifconfig lo1000000 destroy + -${SUDO} ifconfig lo1000010 destroy -${SUDO} ifconfig tun1000000 destroy -${SUDO} ifconfig tun1000001 destroy .endif |