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

Damien Miller djm at mindrot.org
Thu Jan 30 10:29:57 EST 2014


On Thu, 30 Jan 2014, Darren Tucker wrote:

> 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?

I could be wrong, but I think PATH is overridden when sent via SendEnv

-d


More information about the openssh-unix-dev mailing list