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)