Hi!
> @@ -24,6 +24,7 @@
>  export TCID=utimensat01
>  export TST_TOTAL=99
>  export TST_COUNT=0
> +. test.sh

If you start using test.sh in the testcase, you have to fix the rest of
the tst_resm() followed by exit as well (just change these to tst_brkm
and remove the exit). And also change the exit -1 at the end of the test
to tst_resm TFAIL and call tst_exit at the very end of the test.

Have a look at:

https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#23-writing-a-testcase-in-shell

And these fixes should ideally be done in a separate patch.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to