]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/putty-transfer.sh
The man2html from jbasney on pkilab2 works whereas the standard one doesn't.
[gssapi-openssh.git] / openssh / regress / putty-transfer.sh
index 9e1e1550a9f3b6aff997f88e186ce5d54a28751d..0a4f34ee6dcedff7edbe7d37def28365767137ee 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: putty-transfer.sh,v 1.2 2008/06/30 10:31:11 djm Exp $
+#      $OpenBSD: putty-transfer.sh,v 1.1 2007/12/21 04:13:53 djm Exp $
 #      Placed in the Public Domain.
 
 tid="putty transfer data"
@@ -6,9 +6,10 @@ tid="putty transfer data"
 DATA=/bin/ls
 COPY=${OBJ}/copy
 
+set -e
+
 if test "x$REGRESS_INTEROP_PUTTY" != "xyes" ; then
-       echo "putty interop tests not enabled"
-       exit 0
+       fatal "putty interop tests not enabled"
 fi
 
 # XXX support protocol 1 too
This page took 0.049108 seconds and 4 git commands to generate.