summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2005-05-28 00:55:57 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2005-05-28 00:55:57 +0000
commitf6fb513c1dd5d8abd91176e3b31bcfaac8d6e8b5 (patch)
tree769563a7156f81fd15f61f2c52299f49e54f6da7 /regress
parent5869e8098c014ddcd7b3f0663e8187bed29ecafe (diff)
Set default test shell to /bin/sh.
Also destroy lo1000010 at interrupt. ok henning@ mcbride@
Diffstat (limited to 'regress')
-rw-r--r--regress/sbin/pfctl/Makefile5
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