t / t4018 / perl-sub-definitionon commit run-command: use the async-signal-safe execv instead of execvp (e3a4344)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}