diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-09-04 07:16:56 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-09-04 07:16:56 +0200 |
commit | 53c55f41798a7c386251f6922046b8d1f551a8f9 (patch) | |
tree | cc061f9ea7f2e868aa4eb96be58f1059b67c3296 /regress/ssh-com.sh | |
parent | - [regress/agent-ptrace.sh regress/agent-timeout.sh] (diff) | |
download | openssh-53c55f41798a7c386251f6922046b8d1f551a8f9.tar.xz openssh-53c55f41798a7c386251f6922046b8d1f551a8f9.zip |
- [regress/agent.sh regress/proto-version.sh regress/ssh-com.sh
regress/test-exec.sh] Handle different was of echoing without newlines.
Diffstat (limited to 'regress/ssh-com.sh')
-rw-r--r-- | regress/ssh-com.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/ssh-com.sh b/regress/ssh-com.sh index c915cc39c..78ae6e9e1 100644 --- a/regress/ssh-com.sh +++ b/regress/ssh-com.sh @@ -67,7 +67,7 @@ done # convert and append DSA hostkey ( - echo -n 'ssh2-localhost-with-alias,127.0.0.1,::1 ' + echon 'ssh2-localhost-with-alias,127.0.0.1,::1 ' ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub ) >> $OBJ/known_hosts |