diff --git a/opendmarc/tests/t-verify-self-spf b/opendmarc/tests/t-verify-self-spf index 8a32672..aa77f6a 100755 --- a/opendmarc/tests/t-verify-self-spf +++ b/opendmarc/tests/t-verify-self-spf @@ -8,4 +8,4 @@ then srcdir=`pwd` fi -miltertest -v -v -v -v -s $srcdir/t-verify-self-spf.lua +miltertest -s $srcdir/t-verify-self-spf.lua diff --git a/opendmarc/tests/t-verify-self-spf.lua b/opendmarc/tests/t-verify-self-spf.lua index b06e7fa..627f70d 100644 --- a/opendmarc/tests/t-verify-self-spf.lua +++ b/opendmarc/tests/t-verify-self-spf.lua @@ -27,7 +27,7 @@ end -- send connection information -- mt.negotiate() is called implicitly -if mt.conninfo(conn, "localhost2", "127.0.0.2") ~= nil then +if mt.conninfo(conn, "localhost2", "66.220.149.251") ~= nil then error("mt.conninfo() failed") end if mt.getreply(conn) ~= SMFIR_CONTINUE then