The behaviour of readconfig() has changed. This causes
another behaviour for mhparam.
}
continue;
case FMTERR2:
- advise(NULL, "%s is poorly formated", file);
+ advise(NULL, "%s is poorly formatted", file);
state = FLD2;
continue;
case BODY2:
# check with text file that does not end with newline
# in mmh this is invalid
printf 'Editor: emacs' >>"$MMHP"
+export VISUAL=ed
runandcheck 'mhparam -nocomponent editor' <<!
mhparam: `cat test-temp-dir`/.mmh/profile2 is poorly formatted
+$VISUAL
!
+unset VISUAL
exit