Displaying 3 results from an estimated 3 matches for "ro_test".
Did you mean:
do_test
2015 Mar 06
2
Call for testing: OpenSSH 6.8
On Wed, 4 Mar 2015, mikep at noc.utoronto.ca wrote:
> Re-testing 'openssh-SNAP-20150305' on Solaris 10, with 'gcc':
>
> Configure, 'make' complete; 'make tests' fails at:
>
> postcondition check failed: setstat readonly
I couldn't reporoduce this on an illumos zone that I had access to,
will try installing solaris10 next.
-d
2013 Oct 17
1
SSH regression test failure question
Hi,
meanwhile I am deeper into OpenSSH (followed the well-done docs, that I missed
in the beginning).
'make build' works with current CVS.
But
REGRESS_FULL=1 make regress
fails for ssh:
failed sftp permissions
*** Error 1 in ssh (Makefile:145 't-sftp-perm')
FAILED
*** Error 1 in ssh (<bsd.regress.mk>:101 'regress')
*** Error 1 in /usr/src/regress/usr.bin
2015 Mar 11
4
Call for testing: OpenSSH 6.8
...exec] Error 1
make[1]: Leaving directory `/opt/local/src/security/openssh/regress'
make: *** [tests] Error 2
> diff --git a/regress/sftp-perm.sh b/regress/sftp-perm.sh
> index 304ca0a..9a3740e 100644
> --- a/regress/sftp-perm.sh
> +++ b/regress/sftp-perm.sh
> @@ -41,13 +41,17 @@ ro_test() {
> verbose "$tid: read-only $_desc"
> # Plain (no options, mostly to test that _cmd is good)
> prepare_files "$_prep"
> + printf "XXX PRE RW: " ; ls -l $COPY
> prepare_server
> run_client "$_cmd" || fail "plain $_desc failed&quo...