diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/randomtest | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/randomtest b/scripts/randomtest index 7b80f4a2a..eebf1c524 100755 --- a/scripts/randomtest +++ b/scripts/randomtest | |||
@@ -76,17 +76,6 @@ cat .config \ | |||
76 | mv .config.new .config | 76 | mv .config.new .config |
77 | } | 77 | } |
78 | 78 | ||
79 | # CONFIG_NOMMU + CONFIG_HUSH + CONFIG_WERROR don't mix | ||
80 | # (produces warning) | ||
81 | grep -q ^CONFIG_NOMMU= .config && \ | ||
82 | grep -q ^CONFIG_HUSH= .config && \ | ||
83 | { | ||
84 | cat .config \ | ||
85 | | grep -v ^CONFIG_WERROR= \ | ||
86 | | cat >.config.new | ||
87 | mv .config.new .config | ||
88 | } | ||
89 | |||
90 | # Regenerate .config with default answers for yanked-off options | 79 | # Regenerate .config with default answers for yanked-off options |
91 | { yes "" | make oldconfig >/dev/null; } || exit 1 | 80 | { yes "" | make oldconfig >/dev/null; } || exit 1 |
92 | 81 | ||