diff options
Diffstat (limited to 'regress/ssh-com-client.sh')
-rw-r--r-- | regress/ssh-com-client.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/regress/ssh-com-client.sh b/regress/ssh-com-client.sh index fc953228e..015ebbb8c 100644 --- a/regress/ssh-com-client.sh +++ b/regress/ssh-com-client.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: ssh-com-client.sh,v 1.5 2003/05/14 22:08:27 markus Exp $ | 1 | # $OpenBSD: ssh-com-client.sh,v 1.4 2002/07/16 08:58:16 markus Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="connect with ssh.com client" | 4 | tid="connect with ssh.com client" |
@@ -17,8 +17,6 @@ VERSIONS=" | |||
17 | 3.0.0 | 17 | 3.0.0 |
18 | 3.1.0 | 18 | 3.1.0 |
19 | 3.2.0 | 19 | 3.2.0 |
20 | 3.2.2 | ||
21 | 3.2.3 | ||
22 | 3.3.0" | 20 | 3.3.0" |
23 | 21 | ||
24 | # 2.0.10 2.0.12 2.0.13 don't like the test setup | 22 | # 2.0.10 2.0.12 2.0.13 don't like the test setup |
@@ -64,7 +62,7 @@ EOF | |||
64 | # we need a real server (no ProxyConnect option) | 62 | # we need a real server (no ProxyConnect option) |
65 | start_sshd | 63 | start_sshd |
66 | 64 | ||
67 | DATA=/bin/ls${EXEEXT} | 65 | DATA=/bin/ls |
68 | COPY=${OBJ}/copy | 66 | COPY=${OBJ}/copy |
69 | rm -f ${COPY} | 67 | rm -f ${COPY} |
70 | 68 | ||