fixes for bugs discovered by randomconfig builds and tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -18,6 +18,11 @@ fi
|
||||
sum="$1"
|
||||
expected="$2"
|
||||
|
||||
test -f "$bindir/.config" && . "$bindir/.config"
|
||||
|
||||
test x"$CONFIG_FEATURE_FANCY_HEAD" != x"y" \
|
||||
&& { echo "SKIPPED: $sum"; exit 0; }
|
||||
|
||||
text="The quick brown fox jumps over the lazy dog"
|
||||
text=`yes "$text" | head -c 9999`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user