Skip to content

Commit 10a557a

Browse files
committed
just echo an empty line
1 parent 93557df commit 10a557a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ if ! diff <(echo "$ACTUAL_OUTPUT") <(echo "$EXPECTED_OUTPUT") > /dev/null; then
4848
fi
4949

5050
echo "RESULT: PASSED ✅"
51-
printf "\n"
51+
echo ""
52+
5253
exit 0

0 commit comments

Comments
 (0)