diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-11-05 12:56:13 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-11-05 12:56:13 +0000 |
commit | 50f42888ce244b8e593829a06525bc8b88d30000 (patch) | |
tree | e1ace65c3ebc09e703d883d85b686e66d8144e6e | |
parent | 48c41ec159e3a21fd9588d2895a9696b81c49f2e (diff) |
Replace a sudo with ${SUDO}.
-rw-r--r-- | regress/sys/netinet6/nd6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/netinet6/nd6/Makefile b/regress/sys/netinet6/nd6/Makefile index 3c665ad62b4..b72f1194a3c 100644 --- a/regress/sys/netinet6/nd6/Makefile +++ b/regress/sys/netinet6/nd6/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2013/10/31 01:24:06 bluhm Exp $ +# $OpenBSD: Makefile,v 1.3 2015/11/05 12:56:12 bluhm Exp $ # The following ports must be installed: # @@ -95,7 +95,7 @@ PYTHON = PYTHONPATH=${.OBJDIR} python2.7 ${.CURDIR}/ TARGETS += ping6 run-regress-ping6: @echo '\n======== $@ ========' - sudo ndp -c + ${SUDO} ndp -c .for ip in SRC_OUT DST_IN @echo Check ping6 ${ip}6: ping6 -n -c 1 ${${ip}6} |