summaryrefslogtreecommitdiff
path: root/mh/tests/fmtfunc.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-07-04 16:19:36 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-07-04 16:19:36 +0300
commit0603f581fc6048cabbb25a01ee912a77b0bac6d5 (patch)
tree7150421d713123c8215366cba0ee9b7b532c5da3 /mh/tests/fmtfunc.at
parent057f5b589dc1fb36be0a5c554b8839d49046e52f (diff)
downloadmailutils-0603f581fc6048cabbb25a01ee912a77b0bac6d5.tar.gz
mailutils-0603f581fc6048cabbb25a01ee912a77b0bac6d5.tar.bz2
Minor fixes
* mh/mh_fmtgram.y (yyerror): Cast * arguments to int * mh/mh_format.h (mh_instr_t)<size>: New member. * mh/tests/fmtfunc.at (FMTFUNC): Enforce Charset:auto.
Diffstat (limited to 'mh/tests/fmtfunc.at')
-rw-r--r--mh/tests/fmtfunc.at4
1 files changed, 3 insertions, 1 deletions
diff --git a/mh/tests/fmtfunc.at b/mh/tests/fmtfunc.at
index 07be0e07d..e3793c49f 100644
--- a/mh/tests/fmtfunc.at
+++ b/mh/tests/fmtfunc.at
@@ -22,9 +22,11 @@ dnl
m4_pushdef([FMTFUNC],[
AT_SETUP([$1])
AT_KEYWORDS([fmtfunc format])
+AT_DATA([mh_profile],[Charset: auto
+])
AT_DATA([input.fmt],[$2])
AT_DATA([message],[$3])
-AT_CHECK([fmtcheck -form input.fmt -msgno 1 -width 80 message
+AT_CHECK([MH=`pwd`/mh_profile fmtcheck -form input.fmt -msgno 1 -width 80 message
],
[m4_if([$5],[],[0],[1])],
[$4],[$5])

Return to:

Send suggestions and report system problems to the System administrator.