t / t4018 / perl-sub-definitionon commit t/t6015-rev-list-show-all-parents.sh: use the $( ... ) construct for command substitution (ae4c094)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}