<div dir="ltr"><div style="font-size:small" class="gmail_default"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 12, 2018 at 10:11 PM, Petr Vorel <span dir="ltr"><<a target="_blank" href="mailto:pvorel@suse.cz">pvorel@suse.cz</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">As following patches shows the need to use function with parameter [1],<br>
quotes are needed.<br>
<br>
[1] <a target="_blank" rel="noreferrer" href="http://lists.linux.it/pipermail/ltp/2018-May/008147.html">http://lists.linux.it/<wbr>pipermail/ltp/2018-May/008147.<wbr>html</a><br>
<br>
Signed-off-by: Petr Vorel <<a href="mailto:pvorel@suse.cz">pvorel@suse.cz</a>><br></blockquote><div> </div><div><div style="font-size:small;display:inline" class="gmail_default">​ACK.<br>​</div> </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
---<br>
Sorry, I overlooked it in your patch.<br></blockquote><div><br><div style="font-size:small;display:inline" class="gmail_default">​You shouldn't say sorry, that's my careless to made it. :)<br>​</div> </div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
---<br>
 testcases/lib/tst_test.sh | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/testcases/lib/tst_test.sh b/testcases/lib/tst_test.sh<br>
index 0c98d5a75..d27b4afd6 100644<br>
--- a/testcases/lib/tst_test.sh<br>
+++ b/testcases/lib/tst_test.sh<br>
@@ -156,7 +156,7 @@ EXPECT_FAIL()<br>
<br>
 TST_RETRY_FN_EXP_BACKOFF()<br>
 {<br>
-       local tst_fun=$1<br>
+       local tst_fun="$1"<br>
        local tst_exp=$2<br>
        local tst_sec=$(expr $3 \* 1000000)<br>
        local tst_delay=1<br>
<span class="gmail-HOEnZb"><font color="#888888">-- <br>
2.16.3<br>
<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div>
</div></div>