search for: echon

Displaying 4 results from an estimated 4 matches for "echon".

Did you mean: echo
2002 Jul 22
9
[Patch] Improve portability of regression tests
...all of its parents must be owned by the testing user or root and must be mode 755 or stricter. (Some of mine were owned by bin and group writable). Some tests use "echo -n" for a echoing without newline. This left -n's in inconvenient places (eg known_hosts files). I created a "echon" function in the test driver "test-exec.sh" that will (hopefully) work everywhere. I replaced "id -nu" with "whoami". (Solaris' "id" doesn't know -u or -n). The sftp test uses /dev/stdin to send commands to sftp via the -b (batch) option. Some...
2013 Mar 11
1
[PATCH] Portability improvements for regress/cipher-speed.sh
...-speed.$$ +dd if=/dev/zero of=$DATA bs=4k count=1024 2> /dev/null ciphers="aes128-cbc 3des-cbc blowfish-cbc cast128-cbc arcfour128 arcfour256 arcfour @@ -26,7 +27,7 @@ for c in $ciphers; do n=0; for m in $macs; do trace "proto 2 cipher $c mac $m" for x in $tries; do - echon "$c/$m:\t" + printf "%-60s" "$c/$m:" ( ${SSH} -o 'compression no' \ -F $OBJ/ssh_proxy -2 -m $m -c $c somehost \ exec sh -c \'"dd of=/dev/null obs=32k"\' \ @@ -47,7 +48,7 @@ for c in $ciphers; do trace "proto 1 cipher $c&quo...
2003 Jun 20
0
[PATCH] Regression test portabilization.
...this patch, you will need to apply it to an up to date CVS tree or a recent snapshot (ie the last day or so): $ cd openssh $ patch -p0 </tmp/openssh-regress3.patch $ ./configure && make tests -Daz. Changes made and the reasons: General: grep -q -> grep >/dev/null echo -n -> echon Use $EXEEXT where /bin/ls is used as a data file. top-level Makefile: Hooks to run from top-level make. Makefile: HP-UX, AIX don't have /dev/stdin or /dev/stdout. General replacement for BSD make specific stuff. agent-getpeereid.sh HP-UX doesn't have getpeereid(). Skip if HAVE_GETPEEREID...
2005 Mar 01
7
[Bug 989] openssh-3.9p1 on Solaris 8 - multiplex.sh NOK
...z ] + rm -f /opt/SSH/openssh-3.9p1/regress/known_hosts /opt/SSH/openssh-3.9p1/regress/authorized_keys_root + trace generate keys + [ Xyes = Xyes ] + echo generate keys generate keys + rm -f /opt/SSH/openssh-3.9p1/regress/rsa + ssh-keygen -q -N -t rsa -f /opt/SSH/openssh-3.9p1/regress/rsa + echon localhost-with-alias,127.0.0.1,::1 + echo -n + [ x-n = x ] + echo \c + [ x = x ] + echo localhost-with-alias,127.0.0.1,::1 \c + cat /opt/SSH/openssh-3.9p1/regress/rsa.pub + cat /opt/SSH/openssh-3.9p1/regress/rsa.pub + echo IdentityFile /opt/SSH/openssh-3.9p1/regress/rsa + cp /opt/SSH/open...