diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-27 15:12:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-27 15:12:44 +0100 |
commit | e19b9d9115fd3b060f61229549e34184f8d6c37e (patch) | |
tree | 4a22a7d985ca93a466146e32489d066a0826377e /test/unistd | |
parent | 6790eafe897b3a8c19a2caf50a5ecccf06647adf (diff) |
exec-null hangs in endless loop on systems with linuxthreads
Diffstat (limited to 'test/unistd')
-rw-r--r-- | test/unistd/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index 1776cda..ee7e5e7 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -11,6 +11,9 @@ ifeq ($(TARGET_ARCH),or1k) TESTS_DISABLED += tst-pselect endif +# avoid endless loop +TESTS_DISABLED += exec-null + OPTS_getopt := -abcXXX -9 OPTS_getopt_long := --add XXX --delete YYY --verbose # assume UCLIBC_HAS_GNU_GETOPT is enabled |