[Rt-commit] rt branch, 4.4/docker-tests, updated. rt-4.4.4-91-g1ba7a6d2a
Jim Brandt
jbrandt at bestpractical.com
Fri Feb 28 10:40:58 EST 2020
The branch, 4.4/docker-tests has been updated
via 1ba7a6d2a6bb613a8f00745bb40e1a48359e436b (commit)
from 7f760c5f4fb816f373e45ac34848819d2837b659 (commit)
Summary of changes:
t/web/shredder.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 1ba7a6d2a6bb613a8f00745bb40e1a48359e436b
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Feb 28 10:38:53 2020 -0500
Set undef for test plan
Calling done_testing without tests => undef cause a warning
about multiple TAP plans:
More than one plan found in TAP output
diff --git a/t/web/shredder.t b/t/web/shredder.t
index 67e6c823e..47ea111c5 100644
--- a/t/web/shredder.t
+++ b/t/web/shredder.t
@@ -1,7 +1,7 @@
use strict;
use warnings;
-use RT::Test;
+use RT::Test tests => undef;
RT::Config->Set('ShredderStoragePath', RT::Test->temp_directory . '');
-----------------------------------------------------------------------
More information about the rt-commit
mailing list