]> diplodocus.org Git - nmh/blobdiff - test/common.sh.in
Wrapped code block of conditional statement with {}, so that the
[nmh] / test / common.sh.in
index 1e93f1b0e231c066bdbc6ff9ebdb13e52e0b03fc..802679a1eee14353cb9afae6e55617e01943a74d 100644 (file)
@@ -173,7 +173,7 @@ prepare_space() {
 #### Optional arguments:
 ####   'keep first' -- first file is removed unless this is present.
 ####   'ignore space' -- spacing differences will not be considered
-####        signficant, emulating GNU diff -w.  It is assumed that the
+####        significant, emulating GNU diff -w.  It is assumed that the
 ####        first file has already been run through prepare_space.
 ####   ':' <test name> -- will print '<test name>' in the failure message,
 ####        to make it easier to tell which of multiple tests has failed.
@@ -337,6 +337,7 @@ setup_test ()
 
   # clean old test data on exit
   trap cleanup 0
+
   # setup test data
   mkdir -p "$MH_TEST_DIR/Mail" || exit 1
   cat > "$MH" <<EOF || exit 1