mirror of git://sourceware.org/git/glibc.git
tst-cond23: return EXIT_UNSUPPORTED on missing clock selection
This commit is contained in:
parent
03b2515065
commit
d25fcb681f
|
|
@ -151,7 +151,7 @@ do_test (void)
|
|||
#if !defined _POSIX_CLOCK_SELECTION || _POSIX_CLOCK_SELECTION == -1
|
||||
|
||||
puts ("_POSIX_CLOCK_SELECTION not supported, test skipped");
|
||||
return 0;
|
||||
return EXIT_UNSUPPORTED;
|
||||
|
||||
#else
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue