http://bugzilla.spamassassin.org/show_bug.cgi?id=3573
------- Additional Comments From [EMAIL PROTECTED] 2004-07-20 14:56 -------
Sigh. The code may be trivial, but there's no substitute for running a make
test. And in my case, there is no substitute for carefully reading all the
intermediate output of the test even if the last lines say that all the tests
passed with no failures :-)
The problem is that I copied the code from most of the other tests without fully
understanding the implications of BEGIN { plan tests => etc. in the test
scripts.
spamd_ssl.t tests $SSL_AVAILABLE which is one of the globals set in SATest.pm.
Unlike the other globals declared in the BEGIN block, it has to be initialized
later, in the init sub. Which means that spamd_ssl.t cannot follow the pattern
of the other tests script and initialize tests in its BEGIN block.
I'll attach an updated patch in a moment after I (hopefully) _thoroughly_ test
the one line change that's involved.
Then I'll need two +1's :-)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.