tests: cleanup: remove bashism

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
feature/tap-sh
Alon Bar-Lev 2015-11-01 18:31:07 +02:00
parent abbd6b06d4
commit 9207efcbed
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ run_test() {
done
if [ ${t_ret} -eq 0 ]; then
echo -n "."
printf "."
else
failed=$(( failed + 1 ))
fi