Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 24522
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: rt-cpan [...] trout.me.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: t/sendmail.t fails with noexec /tmp
t/sendmail.t creates a file (either on /tmp absolutely or via $TMPDIR, I didn't double-check) that ends up on /tmp; on certain systems this is on its own partition which is mounted noexec, at which point it fails everywhere. I'd suggest checking you can exec there first off and considering creating your executable somewhere under t/ in the build dir (yes, it's gross, but you can usually guarantee being able to write to it)
fixed in 2.185 -- rjbs