]> diplodocus.org Git - nmh/commitdiff
Whoops, turns out I originally ran this test with XOAUTH set. Fix the
authorKen Hornstein <kenh@pobox.com>
Thu, 22 Sep 2016 23:24:50 +0000 (19:24 -0400)
committerKen Hornstein <kenh@pobox.com>
Thu, 22 Sep 2016 23:24:50 +0000 (19:24 -0400)
output and make sure the common script unsets XOAUTH so this doesn't
happen again.

test/common.sh.in
test/send/test-sendfrom

index b2c7a7d71b5ba548bd7bcba37364cfdd49d82337..4843a2409cdfd427ffa789924f93b972e8264ca5 100644 (file)
@@ -44,7 +44,7 @@ HOME=$MH_TEST_DIR
 export HOME
 
 unset MAILDROP MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE
 export HOME
 
 unset MAILDROP MHBUILD MHCONTEXT MHMTSUSERCONF MHN MHSHOW MHSTORE
-unset MHLDEBUG MHPDEBUG MHWDEBUG PAGER
+unset MHLDEBUG MHPDEBUG MHWDEBUG PAGER XOAUTH
 #### Set LC_ALL in individual tests as needed.  Unset these so
 #### that we don't depend on user's settings in other tests.
 unset LANG LC_ALL LC_CTYPE
 #### Set LC_ALL in individual tests as needed.  Unset these so
 #### that we don't depend on user's settings in other tests.
 unset LANG LC_ALL LC_CTYPE
index 7333d1bdc3df9428a917ff9609cfbcd9075c2ba6..8e55f7ab8fc17a749d9a026de174466a074055b8 100755 (executable)
@@ -55,8 +55,7 @@ Trying to connect to "127.0.0.1" ...
 Connecting to 127.0.0.1:${localport}...
 <= 220 Not really an ESMTP server
 => EHLO nosuchhost.example.com
 Connecting to 127.0.0.1:${localport}...
 <= 220 Not really an ESMTP server
 => EHLO nosuchhost.example.com
-<= 250-ready
-<= 250 AUTH XOAUTH2
+<= 250 I'll buy that for a dollar!
 => MAIL FROM:<nobody@example.com>
 <= 250 I'll buy that for a dollar!
 => RCPT TO:<somebody@example.com>
 => MAIL FROM:<nobody@example.com>
 <= 250 I'll buy that for a dollar!
 => RCPT TO:<somebody@example.com>