[LTP] [PATCH v3] network/sit01.sh: Replace tst_res with tst_brk

Petr Vorel pvorel@suse.cz
Thu Apr 29 08:56:28 CEST 2021


Hi,

> We need replace tst_res with tst_brk to terminate the test
> immediately since there is no sence to go on.

> +++ b/testcases/network/virt/sit01.sh
>  do_setup()
>  {
> -	[ -n "$TST_IPV6" ] && tst_res TBROK "invalid option '-6' for sit tunnel"
> +	[ -n "$TST_IPV6" ] && tst_brk TBROK "invalid option '-6' for sit tunnel"

Reviewed-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr


More information about the ltp mailing list