CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/12 21:47:35
Modified files:
regress/usr.bin/ssh: multiplex.sh scp-uri.sh scp.sh scp3.sh
test-exec.sh
Log message:
Move scp path setting to a helper function.
The previous commit to add scp to the test sshd's path causes the t-envpass
test to fail when the test scp is given using a fully qualified path. Put
this in a helper function and only call it from the scp tests.
