add test name to test output

This commit is contained in:
Matt Simerson 2010-07-26 01:41:35 -04:00 committed by Robert
parent d11b87e050
commit 0c4a76ffe7

View File

@ -5,5 +5,5 @@ sub register_tests {
}
sub test_check_badrcptto_ok {
ok(1);
ok(1, 'badrcptto, ok');
}