diff options
Diffstat (limited to 'test')
-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 |