[LTP] [PATCH v3] commands/lsmod01.sh: Replace tst_res with tst_brk

Petr Vorel pvorel@suse.cz
Thu Apr 29 19:12:25 CEST 2021


Hi,

> +++ b/testcases/commands/lsmod/lsmod01.sh
> @@ -23,7 +23,7 @@ setup()
>  		tst_require_cmds insmod
>  		insmod "$TST_MODPATH"
>  		if [ $? -ne 0 ]; then
> -			tst_res TBROK "insmod failed"
> +			tst_brk TBROK "insmod failed"
I replace whole block with ROD and merged. Thanks!

Kind regards,
Petr

>  			return
>  		fi


More information about the ltp mailing list