summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-10 23:15:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-10 23:15:54 +1000
commitd788b7cb35ed9964f8a15201e3b28e992228eadb (patch)
tree2e27fb8e3a6f45160e87d44881a518d6f752f156 /regress
parente7f3f75651449900f061e43007b1fad027aec295 (diff)
- dtucker@cvs.openbsd.org 2008/06/09 18:06:32
[regress/test-exec.sh] Don't generate putty keys if we're not going to use them. ok djm
Diffstat (limited to 'regress')
-rw-r--r--regress/test-exec.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index e67dd7b5d..89470682b 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: test-exec.sh,v 1.31 2007/12/21 04:13:53 djm Exp $ 1# $OpenBSD: test-exec.sh,v 1.32 2008/06/09 18:06:32 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4#SUDO=sudo 4#SUDO=sudo
@@ -287,9 +287,10 @@ for t in rsa rsa1; do
287done 287done
288chmod 644 $OBJ/authorized_keys_$USER 288chmod 644 $OBJ/authorized_keys_$USER
289 289
290# If PuTTY is present, prepare keys and configuration 290# If PuTTY is present and we are running a PuTTY test, prepare keys and
291# configuration
291REGRESS_INTEROP_PUTTY=no 292REGRESS_INTEROP_PUTTY=no
292if test -x "$PUTTYGEN" -a -x "$PLINK" ; then 293if test -x $PUTTYGEN -a -x $PLINK && [[ $SCRIPT = *putty* ]] ; then
293 mkdir -p ${OBJ}/.putty 294 mkdir -p ${OBJ}/.putty
294 295
295 # Add a PuTTY key to authorized_keys 296 # Add a PuTTY key to authorized_keys