https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6883
--- Comment #13 from Tom Schulz <[email protected]> --- More information. If I do the Makefile.PL step as /opt/local/bin/perl Makefile.PL, the spamd_hup test passes when running make test. Doing it this way, the first line in t../spamd/spamd.raw is still: #!/usr/bin/perl -w -T But if I look in the spamd.err.1.file, I see: Jan 3 09:47:47.533 [5518] warn: spamd: restarting using '/opt/local/bin/perl -T -w ../spamd/spamd.raw -D -x -s stderr -C log/test_rules_copy --siteconfigpath log/localrules.tmp -p 38282 -A 127.0.0.1 -i 127.0.0.1 -L -r log/spamd.pid -s log/d.spamd_hup/spamd.err.1.timestamped' So an explicit /opt/local/bin/perl is now being used. If I use either perl Makefile.PL or /usr/bin/perl Makefile.PL, the spamd_hup test fails. -- You are receiving this mail because: You are the assignee for the bug.
