about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/js/run_js_tests.sh2
-rwxr-xr-xtest/layout/run_layout_tests.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/js/run_js_tests.sh b/test/js/run_js_tests.sh
index 8e1adeb3..2a3f7be8 100755
--- a/test/js/run_js_tests.sh
+++ b/test/js/run_js_tests.sh
@@ -4,7 +4,7 @@ then	test -f ../../cha && CHA_TEST_BIN=../../cha || CHA_TEST_BIN=cha
 fi
 failed=0
 for h in *.html
-do	printf '%s\n' "$h"
+do	printf '%s\r' "$h"
 	if ! "$CHA_TEST_BIN" -C config.toml "$h" | diff all.expected -
 	then	failed=$(($failed+1))
 		printf 'FAIL: %s\n' "$h"
diff --git a/test/layout/run_layout_tests.sh b/test/layout/run_layout_tests.sh
index 6a6c7e4f..2e2bfa7b 100755
--- a/test/layout/run_layout_tests.sh
+++ b/test/layout/run_layout_tests.sh
@@ -4,7 +4,7 @@ then	test -f ../../cha && CHA_TEST_BIN=../../cha || CHA_TEST_BIN=cha
 fi
 failed=0
 for h in *.html
-do	printf '%s\n' "$h"
+do	printf '%s\r' "$h"
 	expected="$(basename "$h" .html).expected"
 	color_expected="$(basename "$h" .html).color.expected"
 	if test -f "$expected"