summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-04-10 08:45:31 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-04-10 08:45:31 +0000
commitaa031df5e987c7344ca0e39bf3bd3e22c8d9f902 (patch)
treeec38e3d17f6cea51302cbbd133a10c411bda4b42 /regress
parent836252a10a7eb8540324ff412f5e9f625dd723b7 (diff)
no x11fwd, no debug
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/ssh-com-client.sh3
-rw-r--r--regress/usr.bin/ssh/ssh-com-sftp.sh9
2 files changed, 3 insertions, 9 deletions
diff --git a/regress/usr.bin/ssh/ssh-com-client.sh b/regress/usr.bin/ssh/ssh-com-client.sh
index 32e48877e71..84b0b471e9f 100644
--- a/regress/usr.bin/ssh/ssh-com-client.sh
+++ b/regress/usr.bin/ssh/ssh-com-client.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com-client.sh,v 1.2 2002/03/27 00:03:37 markus Exp $
+# $OpenBSD: ssh-com-client.sh,v 1.3 2002/04/10 08:45:30 markus Exp $
# Placed in the Public Domain.
tid="connect with ssh.com client"
@@ -54,6 +54,7 @@ cat > ${OBJ}/ssh2_config << EOF
UserConfigDirectory ${OBJ}/%U
AuthenticationSuccessMsg no
BatchMode yes
+ ForwardX11 no
EOF
# we need a real server (no ProxyConnect option)
diff --git a/regress/usr.bin/ssh/ssh-com-sftp.sh b/regress/usr.bin/ssh/ssh-com-sftp.sh
index 7350960f0b1..231efa13288 100644
--- a/regress/usr.bin/ssh/ssh-com-sftp.sh
+++ b/regress/usr.bin/ssh/ssh-com-sftp.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: ssh-com-sftp.sh,v 1.1 2002/04/01 22:15:08 markus Exp $
+# $OpenBSD: ssh-com-sftp.sh,v 1.2 2002/04/10 08:45:30 markus Exp $
# Placed in the Public Domain.
tid="basic sftp put/get with ssh.com server"
@@ -34,13 +34,6 @@ for v in ${VERSIONS}; do
fi
verbose "sftp-server $v"
for B in ${BUFFERSIZE}; do
- if [ $B -ge 32000 ] ; then
- case $v in
- 2.0.1[012])
- echo continue
- ;;
- esac
- fi
for R in ${REQUESTS}; do
verbose "test $tid: buffer_size $B num_requests $R"
rm -f ${COPY}.1 ${COPY}.2