Thanks, Applied! d11b87e0509e1482e6c76f203d0d9cacd581db5e
Matt Simerson wrote: > > renamed check_badrcptto test from foo to test_check_badrcptto_ok > --- > t/plugin_tests/check_badrcptto | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/t/plugin_tests/check_badrcptto b/t/plugin_tests/check_badrcptto > index d10f992..9f7b9c9 100644 > --- a/t/plugin_tests/check_badrcptto > +++ b/t/plugin_tests/check_badrcptto > @@ -1,9 +1,9 @@ > > sub register_tests { > my $self = shift; > - $self->register_test("foo", 1); > + $self->register_test("test_check_badrcptto_ok", 1); > } > > -sub foo { > +sub test_check_badrcptto_ok { > ok(1); > } > -- > 1.7.1.1 >