diff options
author | David Krause <david@cvs.openbsd.org> | 2005-01-14 04:21:19 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-01-14 04:21:19 +0000 |
commit | 61cb7f88961ad69bee26843fe321bdd6138548fd (patch) | |
tree | 968eb1f4710ea3ddab4966add5858162a26f68ef /regress/usr.bin/ssh/test-exec.sh | |
parent | aed0f6bd622c0a3df3038da9e310017157b4c3fa (diff) |
pass the SUDO make variable to the individual sh tests; ok dtucker@ markus@
Diffstat (limited to 'regress/usr.bin/ssh/test-exec.sh')
-rw-r--r-- | regress/usr.bin/ssh/test-exec.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index c5a00fc1798..0aa45ce2c14 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/test-exec.sh @@ -1,8 +1,7 @@ -# $OpenBSD: test-exec.sh,v 1.25 2004/12/06 10:49:56 dtucker Exp $ +# $OpenBSD: test-exec.sh,v 1.26 2005/01/14 04:21:18 david Exp $ # Placed in the Public Domain. USER=`id -un` -SUDO= #SUDO=sudo if [ ! -z "$TEST_SSH_PORT" ]; then |