SA Bugzilla – Bug 3638
Make test errors under Windows "Can't open ../spamd/spamd"
Last modified: 2004-08-03 14:31:32 UTC
I introduced a bug in t/SATest.pm with the checkin for rev 23108 for bug 3573 that results in error messages, but not failed tests, when running make test under Windows. That checkin calls spamd and spamc to see if their version output includes SSL. The correct behavior is not to call spamd if it does not exist (e.g., under Windows), not to call spamc if spamc tests are disabled, and to run SSL tests even if there is no local spamd as long as spamc SSL is known to be available. Attaching a patch. While looking at this I noticed that I introduced another bug with the checkin for bug 3541 that causes the spamc tests to be skipped under windows when the test scripts are run from a make test in the trunk directory. I'll file that as a separate bug report, but this fix only makes sense when that is fixed too. I'll cross-reference to the bug number after I file it.
Created attachment 2185 [details] patch t/SATest.pm to fix bug as described in previous comments
fix commited rev 35673