scripts/randomtest: update things which can't be tested on uclibc
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Jul 2017 00:33:08 +0000 (02:33 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 3 Jul 2017 00:33:08 +0000 (02:33 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/randomtest

index 287f1c7717ca8e59563309ae2fc4082b73716e9a..1809838a4f921d632a584d92e024236b8d525e13 100755 (executable)
@@ -82,6 +82,9 @@ if test x"$LIBC" = x"uclibc"; then
        | grep -v CONFIG_BLKDISCARD \
        | grep -v CONFIG_NSENTER \
        | grep -v CONFIG_UNSHARE \
+       | grep -v CONFIG_FALLOCATE \
+       | grep -v CONFIG_UDHCPC6 \
+       | grep -v CONFIG_ASH_INTERNAL_GLOB \
        >.config.new
        mv .config.new .config
        echo 'CONFIG_STATIC=y' >>.config
@@ -96,6 +99,9 @@ if test x"$LIBC" = x"uclibc"; then
        echo '# CONFIG_BLKDISCARD is not set' >>.config
        echo '# CONFIG_NSENTER is not set' >>.config
        echo '# CONFIG_UNSHARE is not set' >>.config
+       echo '# CONFIG_FALLOCATE is not set' >>.config
+       echo '# CONFIG_UDHCPC6 is not set' >>.config
+       echo 'CONFIG_ASH_INTERNAL_GLOB=y' >>.config
 fi
 
 # If STATIC, remove some things.