aboutsummaryrefslogtreecommitdiff
path: root/scripts/randomtest
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-18 15:58:52 +0100
committerRon Yorston <rmy@pobox.com>2017-07-18 15:58:52 +0100
commitb680f05ad449505e3d914bebd4c8d83bf768c094 (patch)
treec08ded13d430b0e7e0104f2eb594fad190ce98a3 /scripts/randomtest
parent258200ff81d5a9da54dab35acf36213eff1e399b (diff)
parent513a2457b65894b10b9fd6aa8753fca59eced08c (diff)
downloadbusybox-w32-b680f05ad449505e3d914bebd4c8d83bf768c094.tar.gz
busybox-w32-b680f05ad449505e3d914bebd4c8d83bf768c094.tar.bz2
busybox-w32-b680f05ad449505e3d914bebd4c8d83bf768c094.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'scripts/randomtest')
-rwxr-xr-xscripts/randomtest6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/randomtest b/scripts/randomtest
index 287f1c771..1809838a4 100755
--- a/scripts/randomtest
+++ b/scripts/randomtest
@@ -82,6 +82,9 @@ if test x"$LIBC" = x"uclibc"; then
82 | grep -v CONFIG_BLKDISCARD \ 82 | grep -v CONFIG_BLKDISCARD \
83 | grep -v CONFIG_NSENTER \ 83 | grep -v CONFIG_NSENTER \
84 | grep -v CONFIG_UNSHARE \ 84 | grep -v CONFIG_UNSHARE \
85 | grep -v CONFIG_FALLOCATE \
86 | grep -v CONFIG_UDHCPC6 \
87 | grep -v CONFIG_ASH_INTERNAL_GLOB \
85 >.config.new 88 >.config.new
86 mv .config.new .config 89 mv .config.new .config
87 echo 'CONFIG_STATIC=y' >>.config 90 echo 'CONFIG_STATIC=y' >>.config
@@ -96,6 +99,9 @@ if test x"$LIBC" = x"uclibc"; then
96 echo '# CONFIG_BLKDISCARD is not set' >>.config 99 echo '# CONFIG_BLKDISCARD is not set' >>.config
97 echo '# CONFIG_NSENTER is not set' >>.config 100 echo '# CONFIG_NSENTER is not set' >>.config
98 echo '# CONFIG_UNSHARE is not set' >>.config 101 echo '# CONFIG_UNSHARE is not set' >>.config
102 echo '# CONFIG_FALLOCATE is not set' >>.config
103 echo '# CONFIG_UDHCPC6 is not set' >>.config
104 echo 'CONFIG_ASH_INTERNAL_GLOB=y' >>.config
99fi 105fi
100 106
101# If STATIC, remove some things. 107# If STATIC, remove some things.