]> git.marmaro.de Git - mmh/blobdiff - test/common.sh.in
Removed debugging statement and added comments to the duplicate check
[mmh] / test / common.sh.in
index 1c1633ba28bd24815e3257d930e4db413987a7cd..3e656599ff30da82f93329fd29d3e2d999356acb 100644 (file)
@@ -152,7 +152,7 @@ setup_test ()
     #### Don't test with sendmail because it would really send the
     #### mail.  If configured to use sendmail, change to smtp instead
     #### so that we use fakesmtp.
-    sed -e 's/mts: *sendmail/mts: smtp/' "${MHMTSCONF}" >"${MHMTSCONF}.new"
+    sed -e 's/mts: *.*/mts: smtp/' "${MHMTSCONF}" >"${MHMTSCONF}.new"
     mv -f "${MHMTSCONF}.new" "${MHMTSCONF}"
   fi