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:
parent
2f9dc32353
commit
3851863336
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user