diff options
author | Filippo Arcidiacono <filippo.arcidiacono@st.com> | 2011-05-02 12:59:18 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-05-02 17:52:50 +0200 |
commit | eba2360222e8e8b9218942e25ef12664bc153f2e (patch) | |
tree | aa86d1194ed1ce4cbfed769b973e7cc375bfecbb /test/nptl/Makefile.in | |
parent | ed9977bf65b608ffe9772f1cc4809fe335f44d57 (diff) |
test_nptl: fix expected result for tst-clock2 test
tst-clock2 should return 0 when _SC_THREAD_CPUTIME option isn't
available, instead of treating it as an error.
Further set the expected ret value as 0 avoiding to hide any real failures
in case of THREAD_CPUTIME feature available.
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'test/nptl/Makefile.in')
-rw-r--r-- | test/nptl/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/nptl/Makefile.in b/test/nptl/Makefile.in index b6a279ebf..667156945 100644 --- a/test/nptl/Makefile.in +++ b/test/nptl/Makefile.in @@ -221,7 +221,6 @@ OPTS_tst-cancel7 = --command ./tst-cancel7 OPTS_tst-mqueue7 = -- ./tst-mqueue7 OPTS_tst-exec4 = ./tst-exec4 -RET_tst-clock2 := 1 RET_tst-cputimer1 := 1 RET_tst-cputimer2 := 1 RET_tst-cputimer3 := 1 |