tests: cleanup: remove bashism
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>pull/84/head
parent
abbd6b06d4
commit
9207efcbed
|
@ -34,7 +34,7 @@ run_test() {
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ${t_ret} -eq 0 ]; then
|
if [ ${t_ret} -eq 0 ]; then
|
||||||
echo -n "."
|
printf "."
|
||||||
else
|
else
|
||||||
failed=$(( failed + 1 ))
|
failed=$(( failed + 1 ))
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue