Skip to content

Commit 663274b

Browse files
committed
add emoji
1 parent e2814a6 commit 663274b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/run-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ echo "--------------------------------------------------"
2626

2727
# Compare the actual output with the expected output.
2828
if ! diff <(echo "$ACTUAL_OUTPUT") <(echo "$EXPECTED_OUTPUT") > /dev/null; then
29-
echo "RESULT: FAILED"
29+
echo "RESULT: FAILED"
3030
echo "--- DIFF ---"
3131
diff <(echo "$ACTUAL_OUTPUT") <(echo "$EXPECTED_OUTPUT")
3232
exit 1
3333
fi
3434

35-
echo "RESULT: PASSED"
35+
echo "RESULT: PASSED"
3636
exit 0

0 commit comments

Comments
 (0)