t / t4018 / perl-sub-definitionon commit tests: make use of the test_must_be_empty function (d3c6751)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}