summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-11 01:39:38 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-11 01:39:38 +1000
commitd8bafea5a0008c9feb87237110037c45e8a0f8d3 (patch)
treedb120d2489556b696f506ee8e2f2275750dbeca8 /regress
parent5f346649ce02bc58161610bcb455d6cefbb3a830 (diff)
- dtucker@cvs.openbsd.org 2008/06/10 15:28:49
[test-exec.sh] Add quotes
Diffstat (limited to 'regress')
-rw-r--r--regress/test-exec.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index f05c671cd..72fc99951 100644
--- a/regress/test-exec.sh
+++ b/regress/test-exec.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: test-exec.sh,v 1.33 2008/06/10 15:21:41 dtucker Exp $ 1# $OpenBSD: test-exec.sh,v 1.34 2008/06/10 15:28:49 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4#SUDO=sudo 4#SUDO=sudo
@@ -290,7 +290,7 @@ chmod 644 $OBJ/authorized_keys_$USER
290# If PuTTY is present and we are running a PuTTY test, prepare keys and 290# If PuTTY is present and we are running a PuTTY test, prepare keys and
291# configuration 291# configuration
292REGRESS_INTEROP_PUTTY=no 292REGRESS_INTEROP_PUTTY=no
293if test -x $PUTTYGEN -a -x $PLINK ; then 293if test -x "$PUTTYGEN" -a -x "$PLINK" ; then
294 REGRESS_INTEROP_PUTTY=yes 294 REGRESS_INTEROP_PUTTY=yes
295fi 295fi
296case "$SCRIPT" in 296case "$SCRIPT" in