X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/86cb743c202774a5541bf926baf7d80dc107baf5..a0514c9a6f41ea1b0d60553ca578312a9f3bd9ab:/test/mhparam/test-mhparam diff --git a/test/mhparam/test-mhparam b/test/mhparam/test-mhparam index 96160c0d..cea61a7d 100755 --- a/test/mhparam/test-mhparam +++ b/test/mhparam/test-mhparam @@ -165,4 +165,8 @@ set -e # check for correctness here. mhparam -debug >/dev/null +# check with text file that does not end with newline +printf 'Editor: emacs' >>"$MH" +run_test 'mhparam -nocomponent editor' 'emacs' + exit $failed