| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-10-15 | test: use POSIX-compliant printf | Leo Izen | 1 | -1/+1 | |
| 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. | |||||
| 2017-10-15 | Add test | Mattias Andrée | 1 | -0/+125 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
