https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7986
--- Comment #15 from Henrik Krohns <[email protected]> --- (In reply to Sidney Markowitz from comment #13) > Committed revision 1901434. You are testing for wrong -d $workdir + $socketdir = tempdir(CLEANUP => 1); + die "FATAL: failed to create workdir: $!" unless -d $workdir; Also I kind of don't like the unnecessary creation of $socketdir when 90% of the tests don't actually need it. Function similar to mk_safe_tmpdir would be preferable to me. -- You are receiving this mail because: You are the assignee for the bug.
