run-tests.sh: Use Octal sequence for printf

Hex sequence is not POSIX compliant, causing run-tests.sh to fail on
systems with Debian Almquist shell as the default shell.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
Jonathan McCrohan 2012-06-01 11:50:55 +01:00 committed by Claudio Matsuoka
parent 2f9dc32353
commit 3851863336

View File

@ -73,7 +73,7 @@ run_test 022 "short line output" "$cmd -w5"
run_test 023 "kerning paragraph centered mode (small)" "$cmd -kpc -fsmall"
run_test 024 "list of control files" "ls fonts/*flc"
run_test 025 "uskata control file" "printf 'ABCDE'|$CMD -fbanner -Cuskata"
run_test 026 "jis0201 control file" "printf '\xB1\xB2\xB3\xB4\xB5'|$CMD -fbanner -Cjis0201"
run_test 026 "jis0201 control file" "printf '\261\262\263\264\265'|$CMD -fbanner -Cjis0201"
rm -f "$OUTPUT"