[Patch] Improve portability of regression tests

Markus Friedl markus at openbsd.org
Mon Jul 22 23:22:45 EST 2002


On Mon, Jul 22, 2002 at 10:57:46PM +1000, Darren Tucker wrote:
> As promised, here is what I needed to do to get the regression tests to
> work on AIX & HPUX. It goes into a bit of detail in the hope that others

thx!

> One other thing: do authorized_keys_root, copy.1 and copy.2 need to be
> in CVS?

no.

>  DATA=/bin/ls
>  COPY=${OBJ}/copy
>  
> +cat >`pwd`/batch <<EOF

please use ${OBJ}/batch instead,

${OBJ} points to a temporary directory (or it should).

> -	echo proxycommand ${SSHD} -i -f $OBJ/sshd_proxy
> +	echo proxycommand ${SUDO} ${SSHD} -i -f $OBJ/sshd_proxy

sshd only works as 'root' for you? this is probably required
for PAM.  the ${SUDO} should not be necessary on
all systems.

-m



More information about the openssh-unix-dev mailing list