http://bugzilla.spamassassin.org/show_bug.cgi?id=3639
Summary: spamc tests skipped under Windows unless test started in
t/ directory
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P5
Component: Regression Tests
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
This bug was introduced with the checkin rev 22210 for bug 3541
That added a test for ../spamc/spamc.exe as part of intializing
$SKIP_SPAMC_TESTS
With that change, the initialization of $SKIP_SPAMC_TESTS and the variables that
depend on it for their initial values, has to be done outside the BEGIN block,
in sa_t_init after the cd to the t/ directory. The use of those variables in the
scripts has to be moved outside of BEGIN to after the call to sa_t_init
I'll attach a patch shortly.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.