X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/70c96d95b9ff6e9e03b1cd78f3d6a24cd52a8b4b..1d5e6d0340ba258b34b85ccdac4c402ccf4fd51e:/test/mhbuild/test-cte diff --git a/test/mhbuild/test-cte b/test/mhbuild/test-cte index f1e2b031..e4a8fbf5 100755 --- a/test/mhbuild/test-cte +++ b/test/mhbuild/test-cte @@ -16,9 +16,10 @@ setup_test set -e -LC_ALL=en_US.UTF-8; export LC_ALL +require_locale en_US.UTF-8 en_US.UTF8 en_US.utf-8 en_US.utf8 draft="$MH_TEST_DIR/$$.draft" +backup="${MH_TEST_DIR}/`mhparam sbackup`$$.draft.orig" expected="$MH_TEST_DIR/$$.expected" # @@ -275,11 +276,11 @@ rential calculus; I know the scientific names of beings animalculous: In s= hort, in matters vegetable, animal, and mineral, I am the very model of a = modern Major-General. I know our mythic history, King Arthur's and Sir Car= adoc's; I answer hard acrostics, I've a pretty taste for paradox, I quote = -in elegiacs all the crimes of Heliogabalus, In conics I can = -floor peculiarities parabolous; I can tell undoubted Raphaels from Gerard = -Dows and Zoffanies, I know the croaking chorus from The Frogs of Aristopha= -nes! Then I can hum a fugue of which I've heard the music's din afore, An= -d whistle all the airs from that infernal nonsense Pinafore. = +in elegiacs all the crimes of Heliogabalus, In conics I can floor peculiar= +ities parabolous; I can tell undoubted Raphaels from Gerard Dows and Zoffa= +nies, I know the croaking chorus from The Frogs of Aristophanes! Then I c= +an hum a fugue of which I've heard the music's din afore, And whistle all = +the airs from that infernal nonsense Pinafore. = This is a second line. @@ -320,11 +321,11 @@ rential calculus; I know the scientific names of beings animalculous: In s= hort, in matters vegetable, animal, and mineral, I am the very model of a = modern Major-General. I know our mythic history, King Arthur's and Sir Car= adoc's; I answer hard acrostics, I've a pretty taste for paradox, I quote = -in elegiacs all the crimes of Heliogabalus, In conics I can = -floor peculiarities parabolous; I can tell undoubted Raphaels from Gerard = -Dows and Zoffanies, I know the croaking chorus from The Frogs of Aristopha= -nes! Then I can hum a fugue of which I've heard the music's din afore, An= -d whistle all the airs from that infernal nonsense Pinafore. = +in elegiacs all the crimes of Heliogabalus, In conics I can floor peculiar= +ities parabolous; I can tell undoubted Raphaels from Gerard Dows and Zoffa= +nies, I know the croaking chorus from The Frogs of Aristophanes! Then I c= +an hum a fugue of which I've heard the music's din afore, And whistle all = +the airs from that infernal nonsense Pinafore. = This is a sec=C3=B6nd line. @@ -356,7 +357,7 @@ To: Mr Test cc: Fcc: +outbox ------ -This is the test of a lønger line than the ususal limit. Assuming we set the maxunencded parameter properly, this should end up as 8bit? +This is the test of a lønger line than the usual limit. Assuming we set the maxunencded parameter properly, this should end up as 8bit? EOF run_prog mhbuild -maxunencoded 200 "$draft" @@ -369,9 +370,11 @@ MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit -This is the test of a lønger line than the ususal limit. Assuming we set the maxunencded parameter properly, this should end up as 8bit? +This is the test of a lønger line than the usual limit. Assuming we set the maxunencded parameter properly, this should end up as 8bit? EOF check "$draft" "$expected" +[ ${failed:=0} -eq 0 ] && rm -f ${backup} + exit ${failed:-0}