soltest_all: Fix an error being printed to a file called 2 rather than to stderr

This commit is contained in:
Kamil Śliwak 2020-12-11 20:02:04 +01:00
parent ac12274acd
commit 81668eb26a

View File

@ -80,6 +80,6 @@ done
if (($STEP != $STEPS + 1))
then
echo "Step counter not properly adjusted!" >2
echo "Step counter not properly adjusted!" >&2
exit 1
fi