From: David Levine Date: Tue, 26 Sep 2017 15:36:22 +0000 (-0400) Subject: Remove mmdf_magic and empty_line temp files on success. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6f49b58e1e2a92527b225bf4f6bac0dd86ea6bf1?hp=4b846eff7deb83d1019868cabf7f794651502432 Remove mmdf_magic and empty_line temp files on success. Fixes commit b46d49ba. --- diff --git a/test/inc/test-eom-align b/test/inc/test-eom-align index 9132ae9c..cea2f377 100755 --- a/test/inc/test-eom-align +++ b/test/inc/test-eom-align @@ -197,6 +197,7 @@ done printf '\n' test ${failed:-0} -eq 0 && \ -rm "$MH_TEST_DIR/eom-align.mbox" "$MH_TEST_DIR/eom-align.mbox.body" +rm "$MH_TEST_DIR/eom-align.mbox" "$MH_TEST_DIR/eom-align.mbox.body" \ + "$mmdf_magic" "$empty_line" exit $failed