]> andersk Git - openssh.git/commitdiff
- (dtucker) [regress/forcecommand.sh] Portablize.
authordtucker <dtucker>
Mon, 24 Jul 2006 13:50:23 +0000 (13:50 +0000)
committerdtucker <dtucker>
Mon, 24 Jul 2006 13:50:23 +0000 (13:50 +0000)
ChangeLog
regress/forcecommand.sh

index 9a6effb51c3233919f1bfcd47e81016625eddb07..e7b38e1c6e11367d41ebc52ff02712b558cb9cec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    forcecommand tests. Add cipher-speed.sh test (not linked in yet)
  - (dtucker) [cleanup.c] Since config.h defines _LARGE_FILES on AIX, including
    system headers before defines.h will cause conflicting definitions.
+ - (dtucker) [regress/forcecommand.sh] Portablize.
 
 20060713
  - (dtucker) [auth-krb5.c auth-pam.c] Still more errno.h
index 796e7c2c0941b82264702e617a8ade5530b1f0ca..99e51a60ffd424513267a5a02bd2b749f1559e6a 100644 (file)
@@ -5,9 +5,9 @@ tid="forced command"
 
 cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
 
-echo -n 'command="true" ' >$OBJ/authorized_keys_$USER
+echon 'command="true" ' >$OBJ/authorized_keys_$USER
 cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
-echo -n 'command="true" ' >>$OBJ/authorized_keys_$USER
+echon 'command="true" ' >>$OBJ/authorized_keys_$USER
 cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
 
 for p in 1 2; do
@@ -16,9 +16,9 @@ for p in 1 2; do
            fail "forced command in key proto $p"
 done
 
-echo -n 'command="false" ' >$OBJ/authorized_keys_$USER
+echon 'command="false" ' >$OBJ/authorized_keys_$USER
 cat $OBJ/rsa.pub >> $OBJ/authorized_keys_$USER
-echo -n 'command="false" ' >>$OBJ/authorized_keys_$USER
+echon 'command="false" ' >>$OBJ/authorized_keys_$USER
 cat $OBJ/rsa1.pub >> $OBJ/authorized_keys_$USER
 
 cp $OBJ/sshd_proxy_bak $OBJ/sshd_proxy
This page took 0.050571 seconds and 5 git commands to generate.