Age | Commit message (Collapse) | Author |
|
mksh doesn't support the =~ extension, so my previous change -- while
fixing the host -- broke Android.
|
|
sed lies to fool autoconf, but also confuses the toybox test suite.
Without this patch we're skipping all "toyonly" tests on both GNU and
toybox sed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mksh doesn't support $[], only $(()).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you ever do have a command name beginning with a -, eval won't run it by
default, because even though it takes no arguments it tries to parse them
anyway, so it complains it's an unrecognized argument. Solution: -- as first
argument (which is parsed and stops argument parsing).
|
|
|
|
check in two converted commands.
|
|
last test exited with nonzero status and the script preserved it. In the
current context, that's counterproductive.
|
|
|
|
|
|
|
|
|
|
command exits with high errno and assume it segfaulted.
|
|
|
|
to fail on non-toybox implementations.
|
|
and make ctrl-c kill "make test" more reliably.
|