X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/587e977a97865f091131355f6dd250ece99f7adb..9f8418e870a70c264eda1598f2d470e5428c216d:/test/README diff --git a/test/README b/test/README index 1932cd76..e9dae928 100644 --- a/test/README +++ b/test/README @@ -71,6 +71,9 @@ in the test scripts. In particular: - Avoid depending on the exact format of output from system (non-nmh) programs. +- Use octal instead of hex (\x) bytes in printf(1) formats, because hex + is not supported by POSIX printf. + The Heirloom Bourne Shell, http://heirloom.sourceforge.net/sh.html, catches many non-portable shell constructs, such as $(), $(()), !, and assignment in export statements.