<div dir="ltr"><div><br></div><div>The test only needs echo, and Android currently doesn't use mksh's</div><div>builtin printf; the toybox printf is fuller featured and less buggy,</div><div>but a lot slower to call in a loop like this (and mksh doesn't fall</div><div>back to the printf on the path if given something it can't handle,</div><div>so we can't have the best of both worlds).</div><div><br></div><div>Without this hack, the tail test takes as long as all the other</div><div>tests put together.</div><div>---</div><div> tests/tail.test | 5 ++---</div><div> 1 file changed, 2 insertions(+), 3 deletions(-)</div><div><br></div>
</div>