Regarding tests, it was mentioned we cannot use test -x because it's not
supported on FreeBSD-4.3
Indeed I see this in sanity.sh (from cvs-1.12.13) line 281:
# we can't use test -x since BSD 4.3 doesn't support it.

However I also see this in line 1231 (subroutine require_ssh):
       elif [ ! -x "$tryssh" ]; then

So... does this mean we can use "[ -x" instead of "test -x" ?
Or is line 1231 of sanity.sh a mistake ?

Alex


_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to