Am 22.04.22 um 00:38 schrieb Alyssa Ross: > I thought I'd have a go at a patch, but I wasn't able to get the tests > running: > > prove ./t9001-send-email.sh > ./t9001-send-email.sh .. Dubious, test returned 1 (wstat 256, 0x100) > Failed 15/188 subtests > [...] > > I had a look at the tests to try to guess what was wrong, but I didn't > come up with anything. Any ideas? You run ./t9001-send-email.sh (without `prove`). Add -v to see some verbiage from the tests, throw in -i to have it stop at the first failure (so you don't have to scroll back to find it), and add -x for additional traces of commands that the shell executes (to see the exact command that failed). IFAIC, I always go all in, i.e., either all or none of -v -i -x. -- Hannes