t / t4018 / perl-sub-definitionon commit add "ok=sigpipe" to test_must_fail and use it to fix flaky tests (8bf4bec)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}