[PATCH] add test name to test output
[email protected] (Matt Simerson)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
---
t/plugin_tests/check_badrcptto | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/plugin_tests/check_badrcptto b/t/plugin_tests/check_badrcptto
index 9f7b9c9..b9a986d 100644
--- a/t/plugin_tests/check_badrcptto
+++ b/t/plugin_tests/check_badrcptto
@@ -5,5 +5,5 @@ sub register_tests {
}
sub test_check_badrcptto_ok {
- ok(1);
+ ok(1, 'badrcptto, ok');
}
--
1.7.1.1