Fix echo_i typo in forward test

This commit is contained in:
Tom Krizek
2023-06-22 18:54:48 +02:00
parent 71439d0c3a
commit 946d3131fa

View File

@@ -199,7 +199,7 @@ then
if [ $ret != 0 ]; then echo_i "failed"; fi
status=$((status+ret))
else
echo_t "skipped."
echo_i "skipped."
fi
n=$((n+1))