summaryrefslogtreecommitdiff
path: root/regress/ssh-com.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-04 15:16:56 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-04 15:16:56 +1000
commit53c55f41798a7c386251f6922046b8d1f551a8f9 (patch)
treecc061f9ea7f2e868aa4eb96be58f1059b67c3296 /regress/ssh-com.sh
parent58f89bc14db0475c52abff7376111269cc892af8 (diff)
- [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.sh2
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
67 67
68# convert and append DSA hostkey 68# convert and append DSA hostkey
69( 69(
70 echo -n 'ssh2-localhost-with-alias,127.0.0.1,::1 ' 70 echon 'ssh2-localhost-with-alias,127.0.0.1,::1 '
71 ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub 71 ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
72) >> $OBJ/known_hosts 72) >> $OBJ/known_hosts
73 73