scripts/randomtest: disable CONFIG_FEATURE_INETD_RPC for glibc
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Jun 2018 14:08:22 +0000 (16:08 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 26 Jun 2018 14:08:22 +0000 (16:08 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/randomtest

index 19f6634798bc029a3cce7333729d521c7b9e61fb..3434531b1676dd08b9fc58fe3c8978492d6625cb 100755 (executable)
@@ -58,6 +58,7 @@ if test x"$LIBC" = x"glibc"; then
        | grep -v CONFIG_FEATURE_USE_BSS_TAIL \
        | grep -v CONFIG_DEBUG_SANITIZE \
        | grep -v CONFIG_FEATURE_MOUNT_NFS \
+       | grep -v CONFIG_FEATURE_INETD_RPC \
        >.config.new
        mv .config.new .config
        echo '# CONFIG_STATIC is not set' >>.config
@@ -69,6 +70,7 @@ if test x"$LIBC" = x"glibc"; then
        echo '# CONFIG_DEBUG_SANITIZE is not set' >>.config
        # 2018: current glibc versions no longer include rpc/rpc.h
        echo '# CONFIG_FEATURE_MOUNT_NFS is not set' >>.config
+       echo '# CONFIG_FEATURE_INETD_RPC is not set' >>.config
 fi
 
 # If uclibc, build static, and remove some things