Testing wanted: OpenSSH 4.8

Damien Miller djm at mindrot.org
Thu Mar 13 15:45:39 EST 2008


On Thu, 13 Mar 2008, Peter Stuge wrote:

> Nice sftp improvements btw! :)

Thanks, and double thanks for testing.

> run test sftp-cmds.sh ...
> which: no plink in ..
> which: no puttygen in ..
> /home/ossh/openssh/regress/test-exec.sh: line 297: puttygen: command
> not found
> /home/ossh/openssh/regress/test-exec.sh: line 298: puttygen: command
> not found
> sftp commands: lls
> lls failed

Unfortunately the regress tests aren't too friendly in logging what has
actually gone wrong (especially for the sftp ones). To see what broke,
you can edit regress/sftp-cmds.sh and change:

verbose "$tid: lls"
echo "cd ${OBJ}\nlls" | ${SFTP} -P ${SFTPSERVER} 2>&1 | \
        grep -q copy.dd || fail "lls failed"

(around line 241) to:

echo "cd ${OBJ}\nlls" | ${SFTP} -P ${SFTPSERVER}

and inspect the output yourself.

-d


More information about the openssh-unix-dev mailing list