t / t4018 / perl-sub-definitionon commit update-index: there no longer is `apply --index-info` (e05aa68)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}