diff options
-rwxr-xr-x | scripts/randomtest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest index 19f663479..3434531b1 100755 --- a/scripts/randomtest +++ b/scripts/randomtest | |||
@@ -58,6 +58,7 @@ if test x"$LIBC" = x"glibc"; then | |||
58 | | grep -v CONFIG_FEATURE_USE_BSS_TAIL \ | 58 | | grep -v CONFIG_FEATURE_USE_BSS_TAIL \ |
59 | | grep -v CONFIG_DEBUG_SANITIZE \ | 59 | | grep -v CONFIG_DEBUG_SANITIZE \ |
60 | | grep -v CONFIG_FEATURE_MOUNT_NFS \ | 60 | | grep -v CONFIG_FEATURE_MOUNT_NFS \ |
61 | | grep -v CONFIG_FEATURE_INETD_RPC \ | ||
61 | >.config.new | 62 | >.config.new |
62 | mv .config.new .config | 63 | mv .config.new .config |
63 | echo '# CONFIG_STATIC is not set' >>.config | 64 | echo '# CONFIG_STATIC is not set' >>.config |
@@ -69,6 +70,7 @@ if test x"$LIBC" = x"glibc"; then | |||
69 | echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config | 70 | echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config |
70 | # 2018: current glibc versions no longer include rpc/rpc.h | 71 | # 2018: current glibc versions no longer include rpc/rpc.h |
71 | echo '# CONFIG_FEATURE_MOUNT_NFS is not set' >>.config | 72 | echo '# CONFIG_FEATURE_MOUNT_NFS is not set' >>.config |
73 | echo '# CONFIG_FEATURE_INETD_RPC is not set' >>.config | ||
72 | fi | 74 | fi |
73 | 75 | ||
74 | # If uclibc, build static, and remove some things | 76 | # If uclibc, build static, and remove some things |