aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2017-01-04 16:48:27 +0000
committerdakkar <dakkar@thenautilus.net>2017-01-04 16:48:27 +0000
commit5cda06ff01dde3837bc2ccaf6ad7ac35e5cefcf3 (patch)
tree76fa4f1f44d2980b05aaba7444d72b8de3e832ba /t
parentfix testing when no recipients specified (diff)
downloadSietima-5cda06ff01dde3837bc2ccaf6ad7ac35e5cefcf3.tar.gz
Sietima-5cda06ff01dde3837bc2ccaf6ad7ac35e5cefcf3.tar.bz2
Sietima-5cda06ff01dde3837bc2ccaf6ad7ac35e5cefcf3.zip
allow custom deliveries test message
Diffstat (limited to 't')
-rw-r--r--t/lib/Test/Sietima.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/Test/Sietima.pm b/t/lib/Test/Sietima.pm
index 1c51def..8a97fc6 100644
--- a/t/lib/Test/Sietima.pm
+++ b/t/lib/Test/Sietima.pm
@@ -127,7 +127,7 @@ sub deliveries_are (%args) {
is(
\@deliveries,
$checker,
- 'the deliveries should be as expected',
+ $args{test_message}//'the deliveries should be as expected',
np @deliveries,
);
$ctx->release;