]> diplodocus.org Git - nmh/blobdiff - test/mhshow/test-charset
mhshow/test-charset: printf(1)'s octal doesn't need a leading zero.
[nmh] / test / mhshow / test-charset
index 5414c9a9248b721f8e6c1fd6a42f2bab9ef11819..72aeb79e433b0b073622d61f8881a1ed2726e3c3 100755 (executable)
@@ -29,7 +29,7 @@ else
     #### FreeBSD10 buildbot.  It doesn't support EBCDIC-US, which is used
     #### by the checks, so check for that.  Though that doesn't seem to be
     #### the reason.
-    printf '\0344' | iconv -f EBCDIC-US -t UTF-8 >/dev/null 2>&1  ||
+    printf '\344' | iconv -f EBCDIC-US -t UTF-8 >/dev/null 2>&1  ||
         skip_param_value_checks=1
 fi