Fix tests/mhparam/test-mhparam
authorm@mmmmarascio.xyz <m@mmmmarascio.xyz>
Fri, 5 Aug 2016 02:15:42 +0000 (19:15 -0700)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sat, 6 Aug 2016 12:21:03 +0000 (14:21 +0200)
The behaviour of readconfig() has changed. This causes
another behaviour for mhparam.

sbr/readconfig.c
test/tests/mhparam/test-mhparam

index 45e1cb6fcc21b62d3b4d17eaca36ff0a3192c914..6253c233b5ee17562c4e152c393bf11a646a9796 100644 (file)
@@ -72,7 +72,7 @@ readconfig(struct node **npp, FILE *ib, char *file, int ctx)
                        }
                        continue;
                case FMTERR2:
-                       advise(NULL, "%s is poorly formated", file);
+                       advise(NULL, "%s is poorly formatted", file);
                        state = FLD2;
                        continue;
                case BODY2:
index 7f21be3a5a94277d44ecd934684fb06a7c9d6e8e..4b95500b8cecf65ece992fdcce87f857eed1f0a7 100755 (executable)
@@ -134,9 +134,12 @@ alice@example.org,   bob@example.net,  charly@example.comp
 # 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