[PATCH 1/1] fix tests if scp is not installed

Darren Tucker dtucker at zip.com.au
Thu Jan 30 10:23:27 EST 2014


On Thu, Jan 30, 2014 at 9:48 AM, Damien Miller <djm at mindrot.org> wrote:
> Unfortunately, this will cause scp to skip using ssh completely as the
> -S option specifies a replacement for ssh. We could either 1) make a
> different wrapper that runs the scp under test via ssh, 2) add an option
> to scp that lets it specify an explicit path to a scp binary to run on
> the remote end or 3) remove scp from the test entirely.

4) use ssh -oSendEnv to set $PATH to find the scp we want to test?

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list