]> andersk Git - openssh.git/blobdiff - regress/test-exec.sh
- dtucker@cvs.openbsd.org 2008/06/10 15:28:49
[openssh.git] / regress / test-exec.sh
index f05c671cd53e79177af2cfbca7f5e8da29bcd2f7..72fc99951e193fe44b234cb32da96b564e916a13 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: test-exec.sh,v 1.33 2008/06/10 15:21:41 dtucker Exp $
+#      $OpenBSD: test-exec.sh,v 1.34 2008/06/10 15:28:49 dtucker Exp $
 #      Placed in the Public Domain.
 
 #SUDO=sudo
@@ -290,7 +290,7 @@ chmod 644 $OBJ/authorized_keys_$USER
 # If PuTTY is present and we are running a PuTTY test, prepare keys and
 # configuration
 REGRESS_INTEROP_PUTTY=no
-if test -x $PUTTYGEN -a -x $PLINK ; then
+if test -x "$PUTTYGEN" -a -x "$PLINK" ; then
        REGRESS_INTEROP_PUTTY=yes
 fi
 case "$SCRIPT" in
This page took 0.037831 seconds and 4 git commands to generate.