diff options
Diffstat (limited to 'test/layout/run_layout_tests.sh')
-rwxr-xr-x | test/layout/run_layout_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |