This is a discussion on Re: Call for release testing within the OpenSSH Development forums, part of the Networking and Network Related category; Corinna Vinschen wrote: > `make tests' *could* run through with no errors, but there's a bug > in regress/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Corinna Vinschen wrote:
> `make tests' *could* run through with no errors, but there's a bug > in regress/test-exec.sh, which results in the testsuite not running: [...] > So the above test should either make sure that the evaluated path > beginns with only one slash, or with more than 2 slashes. The latter > idea looks most easy to implement: Something like this ought to work too (untested): case "$SSHD" in /*) ;; *) SSHD=`which sshd` ;; esac -- 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. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev |
![]() |
| Thread Tools | |
| Display Modes | |
|
|