Displaying 3 results from an estimated 3 matches for "perm_test".
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 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
2015 Mar 11
4
Call for testing: OpenSSH 6.8
...; ; ls -l $COPY
> prepare_server -R
> run_client "$_cmd" && fail "read-only $_desc succeeded"
> + printf "XXX POST RO: " ; ls -l $COPY
> postcondition "$_desc readonly" "$_expect_fail_post"
> }
>
> @@ -80,20 +84,22 @@ perm_test() {
> run_client "$_cmd" && fail "no whitelist $_op succeeded"
> postcondition "$_op not in whitelist" "$_expect_fail_post"
> }
> -
> +if false ; then
> ro_test \
> "upload" \
> "put $DATA $COPY" \
>...