diff options
author | Leo Izen <leo.izen@gmail.com> | 2017-10-15 14:18:53 -0400 |
---|---|---|
committer | Leo Izen <leo.izen@gmail.com> | 2017-10-15 14:18:53 -0400 |
commit | 5639afe8a055d36421ceeb843c8f6aadeec6f3b2 (patch) | |
tree | e7c1d5faec376ace6f22e95f6e6c473865976cf7 /pure-java | |
parent | Fix dependencies in makefile (diff) | |
download | sha3sum-5639afe8a055d36421ceeb843c8f6aadeec6f3b2.tar.gz sha3sum-5639afe8a055d36421ceeb843c8f6aadeec6f3b2.tar.bz2 sha3sum-5639afe8a055d36421ceeb843c8f6aadeec6f3b2.tar.xz |
test: use POSIX-compliant printf
The test shell script had previously used \x notation, which is
not POSIX-compliant and therefore is "undefined behavior." In this case,
the script will fail if /bin/sh is DASH or some other minimal shell.
This commit replaces the hexadecimal \x notation with \ddd octal
notation, which is strictly POSIX-compliant and will work in any POSIX
shell located at /bin/sh.
Diffstat (limited to 'pure-java')
0 files changed, 0 insertions, 0 deletions