Testing wanted: OpenSSH 4.8

Tim Rice tim at multitalents.net
Fri Mar 14 12:49:11 EST 2008


On Thu, 13 Mar 2008, Corinna Vinschen wrote:

> Hi,
> 
> 
> Built for current Cygwin relase 1.5.25-11.
> 
> There's a bug in scp.c when including poll.h.  For some reason it only
> tries to include sys/poll.h, but not the POSIX-compliant poll.h.  I had
> to apply the below patch to be able to build scp:

Commited. Thanks for the report/patch/testing.

>   verbose "$tid: lls"
>   echo "cd ${OBJ}\nlls" | ${SFTP} -P ${SFTPSERVER} 2>&1 | \
> 	  grep -q copy.dd || fail "lls failed"
> 
> First of all, when testing "lls", the cd should be "lcd".

Maybe it'll be obvious in the morning but right now I have to ask why "lcd"?

> Second, coreutils' echo(1) command does not understand the \n syntax,
> unless you also specify the -e option.  I assume the most portable
> approach is to embed a real LF in the command, like in the below patch
> (which also fixes the cd v. lcd bug:

Fix for \n commited.

-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net




More information about the openssh-unix-dev mailing list