diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-06-15 08:55:27 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-06-15 08:55:27 +0200 |
commit | fbba166496ed10de06035ed6bc68d52d1554cd31 (patch) | |
tree | f24e9fc6d4502300f9d3cc6dfad9c2569d052aca /test | |
parent | 36e4ccc0a89589a60df6adeee2ea6bf8c64c967e (diff) |
enable tst-exec-null
Diffstat (limited to 'test')
-rw-r--r-- | test/unistd/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/unistd/Makefile.in b/test/unistd/Makefile.in index ee7e5e7..1776cda 100644 --- a/test/unistd/Makefile.in +++ b/test/unistd/Makefile.in @@ -11,9 +11,6 @@ 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 |