diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-27 22:39:53 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2002-03-27 22:39:53 +0000 |
commit | 0db51bc0b067694c73eb667d029b9aa61e7ab669 (patch) | |
tree | c352540fee62c9ea78914e080c24fe3f13757187 /regress | |
parent | 5bf540bfeddf19a26b0d6938058ffefa28809f87 (diff) |
typos
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/ssh/sftp.sh | 4 | ||||
-rw-r--r-- | regress/usr.bin/ssh/stderr-data.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/usr.bin/ssh/sftp.sh b/regress/usr.bin/ssh/sftp.sh index fcb0b02b6c9..e8d47312365 100644 --- a/regress/usr.bin/ssh/sftp.sh +++ b/regress/usr.bin/ssh/sftp.sh @@ -1,10 +1,10 @@ -# $OpenBSD: sftp.sh,v 1.1 2002/03/21 22:27:00 markus Exp $ +# $OpenBSD: sftp.sh,v 1.2 2002/03/27 22:39:52 markus Exp $ # Placed in the Public Domain. tid="basic sftp put/get" DATA=/bin/ls -LS=${OBJ}/copy +COPY=${OBJ}/copy BUFFERSIZE="5 1000 32000 64000" REQUESTS="1 2 10" diff --git a/regress/usr.bin/ssh/stderr-data.sh b/regress/usr.bin/ssh/stderr-data.sh index 4c46c3a1c66..0157690b0c7 100644 --- a/regress/usr.bin/ssh/stderr-data.sh +++ b/regress/usr.bin/ssh/stderr-data.sh @@ -1,4 +1,4 @@ -# $OpenBSD: stderr-data.sh,v 1.1 2002/03/23 16:38:09 markus Exp $ +# $OpenBSD: stderr-data.sh,v 1.2 2002/03/27 22:39:52 markus Exp $ # Placed in the Public Domain. tid="stderr data transfer" @@ -22,7 +22,7 @@ for p in 1 2; do ${SSH} $n -$p -F $OBJ/ssh_proxy otherhost \ exec sh -c \'"echo a; exec > /dev/null; sleep 3; cat ${DATA} 1>&2 $s"\' \ - >- 2> ${COPY} + > /dev/null 2> ${COPY} r=$? if [ $r -ne 0 ]; then fail "ssh failed with exit code $r" |