X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ee52308ab549b15c9c58f7b6bbd9269d2d513d48..ec173fd2c897f148b4a8e4b9d81743099f1e3b50:/test/format/test-fmtdump diff --git a/test/format/test-fmtdump b/test/format/test-fmtdump index aebb8ed3..0e723dce 100755 --- a/test/format/test-fmtdump +++ b/test/format/test-fmtdump @@ -59,7 +59,7 @@ Usage: fmtdump [switches] EOF #### Skip nmh intro text. -"$fmtdump" -help | sed '/^$/,$d' >"$actual" 2>&1 +"$fmtdump" -help 2>&1 | sed '/^$/,$d' >"$actual" check "$expected" "$actual" # check -version @@ -110,16 +110,16 @@ L7: MYMBOX, c_name "from", c_type LIT "To:" PARSEADDR, c_name "to", c_type LS_FRIENDLY, c_name "to", c_type - FT_LS_DECODE + LS_DECODE STRF, width 14, fill ' ' L8: IF_V_EQ 0 continue else goto L9 PARSEADDR, c_name "from", c_type LS_FRIENDLY, c_name "from", c_type - FT_LS_DECODE + LS_DECODE STRF, width 17, fill ' ' L9: LIT " " LS_COMP, comp "subject" - FT_LS_DECODE + LS_DECODE STR LS_COMP, comp "body" IF_S continue else goto L10 @@ -171,18 +171,18 @@ L7: MYMBOX, c_name "from", c_type LIT "To:" PARSEADDR, c_name "to", c_type LS_FRIENDLY, c_name "to", c_type - FT_LS_DECODE - + LS_DECODE + LS_UNQUOTE STRF, width 14, fill ' ' L8: IF_V_EQ 0 continue else goto L9 PARSEADDR, c_name "from", c_type LS_FRIENDLY, c_name "from", c_type - FT_LS_DECODE - + LS_DECODE + LS_UNQUOTE STRF, width 17, fill ' ' L9: LIT " " LS_COMP, comp "subject" - FT_LS_DECODE + LS_DECODE STR LS_COMP, comp "body" IF_S continue else goto L10