<div dir="ltr"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> Here as well, why we need to distinguish the float and int, is the float<br>
> expression does not work for integer?<br>
Because it brings awk dependency on whole library, which I'm not sure if we<br>
want (awk is a must on linux distros, it's in busybox; it's missing on android<br>
toolsbox, but android project concentrates on syscalls, probably nobody uses<br>
shell tests on android). Also I'm not sure about containers, JeOS etc. (it<br>
sometimes miss a basic dependency).<br>
If awk dependency is ok, it'd simplify test a bit.</blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">But it doesn't solve the dependency issue because, if the awk is missing, it will still tst_brk on float $LTP_TIMEOUT_MUL at:</div><div class="gmail_default" style="font-size:small">    tst_test_cmds awk</div><div class="gmail_default" style="font-size:small">and never goes to the integer expression branch.</div></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">So, maybe that could be as a reason to disable float support for $LTP_TIMEOUT_MUL?</div></div><div><br></div>-- <br><div dir="ltr" class="m_-3398414773949520838gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>