Add scp's path to test sshd's PATH.
authordtucker <dtucker@openbsd.org>
Fri, 13 Jan 2023 04:23:00 +0000 (04:23 +0000)
committerdtucker <dtucker@openbsd.org>
Fri, 13 Jan 2023 04:23:00 +0000 (04:23 +0000)
commit27377706d3d5cbb243faa015aca47493cbe67b14
treefb051f5e837bf3d8a730e6aa431fb56a309031dd
parent573d576bb86cdbebdf6a759cb15aa35c48726fe3
Add scp's path to test sshd's PATH.
If the scp we're testing is fully qualified (eg it's not in the system
PATH) then add its path to the under-test sshd's PATH so we can find it.
Prompted by bz#3518.
regress/usr.bin/ssh/test-exec.sh