- (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress

test on OSX and others. Reported by imorgan AT nas.nasa.gov
This commit is contained in:
Damien Miller 2011-01-08 21:58:20 +11:00
parent ed3a8eb65f
commit 996384d500
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20110108
- (djm) [regress/keytype.sh] s/echo -n/echon/ to repair failing regress
test on OSX and others. Reported by imorgan AT nas.nasa.gov
20110107
- (djm) [regress/cert-hostkey.sh regress/cert-userkey.sh] fix shell test
for no-ECC case. Patch from cristian.ionescu-idbohrn AT axis.com

View File

@ -40,7 +40,7 @@ for ut in $ktypes; do
echo IdentityFile $OBJ/key.$ut
) > $OBJ/ssh_proxy
(
echo -n 'localhost-with-alias,127.0.0.1,::1 '
echon 'localhost-with-alias,127.0.0.1,::1 '
cat $OBJ/key.$ht.pub
) > $OBJ/known_hosts
cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$USER