RFC: new testparam check

jim jim.brown at rsmas.miami.edu
Tue Apr 11 13:55:45 UTC 2017


You left out '=' after 'name resolve order' in the first quoted string 
in these lines.

On 4/11/2017 9:42 AM, Noel Power via samba-technical wrote:
> +testit_expect_failure "name resolve order bad wins host bcast"\
> +	test_one_global_option "name resolve order = bad wins host bcast" || \
> +	failed=`expr ${failed} + 1`
> +
> +testit_expect_failure "name resolve order lmhosts bad host bcast"\
> +	test_one_global_option "name resolve order = lmhosts bad host bcast" || \
> +	failed=`expr ${failed} + 1`
> +
> +testit_expect_failure "name resolve order lmhosts wins bad bcast"\
> +	test_one_global_option "name resolve order = lmhosts wins bad bcast" || \
> +	failed=`expr ${failed} + 1`
> +
> +testit_expect_failure "name resolve order lmhosts wins host bad"\
> +	test_one_global_option "name resolve order = lmhosts wins host bad" || \
> +	failed=`expr ${failed} + 1`




More information about the samba-technical mailing list