Skip to content

Commit 5adf53f

Browse files
committed
maybe a space?
1 parent 10a557a commit 5adf53f

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
@@ -14,6 +14,7 @@ if [ ! -f "$TEST_FILE" ]; then
1414
exit 1
1515
fi
1616

17+
# Get the test name from the file header.
1718
TEST_NAME=$(sed -n '3s/ \* //p' "$TEST_FILE")
1819

1920
echo ""
@@ -48,6 +49,6 @@ if ! diff <(echo "$ACTUAL_OUTPUT") <(echo "$EXPECTED_OUTPUT") > /dev/null; then
4849
fi
4950

5051
echo "RESULT: PASSED ✅"
51-
echo ""
52+
echo " "
5253

5354
exit 0

0 commit comments

Comments
 (0)