https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8040
Henrik Krohns <apa...@hege.li> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |apa...@hege.li --- Comment #1 from Henrik Krohns <apa...@hege.li> --- Maybe try removing the getcwd call, seems a bit sussy as $workdir should already be absolute path. --- spamd_plugin.t (revision 1903899) +++ spamd_plugin.t (working copy) @@ -18,7 +18,7 @@ # create a shared counter file for this test use Cwd; -$ENV{'SPAMD_PLUGIN_COUNTER_FILE'} = getcwd."/$workdir/spamd_plugin.tmp"; +$ENV{'SPAMD_PLUGIN_COUNTER_FILE'} = "$workdir/spamd_plugin.tmp"; open(COUNTER,">$workdir/spamd_plugin.tmp"); print COUNTER "0"; close COUNTER; -- You are receiving this mail because: You are the assignee for the bug.