Skip to content

Commit 7d73099

Browse files
committed
change echo to printf for portability
1 parent a93295e commit 7d73099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ if ! diff <(echo "$ACTUAL_OUTPUT") <(echo "$EXPECTED_OUTPUT") > /dev/null; then
4343
fi
4444

4545
echo "RESULT: PASSED ✅"
46-
echo -e "\n"
46+
printf "\n"
4747
exit 0

0 commit comments

Comments
 (0)