summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/Makefile
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2005-01-14 04:21:19 +0000
committerDavid Krause <david@cvs.openbsd.org>2005-01-14 04:21:19 +0000
commit61cb7f88961ad69bee26843fe321bdd6138548fd (patch)
tree968eb1f4710ea3ddab4966add5858162a26f68ef /regress/usr.bin/ssh/Makefile
parentaed0f6bd622c0a3df3038da9e310017157b4c3fa (diff)
pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
Diffstat (limited to 'regress/usr.bin/ssh/Makefile')
-rw-r--r--regress/usr.bin/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/Makefile b/regress/usr.bin/ssh/Makefile
index 63de3c643d7..c17afbd0c45 100644
--- a/regress/usr.bin/ssh/Makefile
+++ b/regress/usr.bin/ssh/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 2004/12/10 01:31:30 fgsch Exp $
+# $OpenBSD: Makefile,v 1.35 2005/01/14 04:21:18 david Exp $
REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
@@ -86,7 +86,7 @@ t7: t7.out
.for t in ${LTESTS}
REGRESS_TARGETS+=t-${t}
t-${t}:
- sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh
+ env SUDO=${SUDO} sh ${.CURDIR}/test-exec.sh ${.OBJDIR} ${.CURDIR}/${t}.sh
.endfor
.include <bsd.regress.mk>