diff options
Diffstat (limited to 'rt/t/shredder/03plugin_users.t')
-rw-r--r-- | rt/t/shredder/03plugin_users.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/shredder/03plugin_users.t b/rt/t/shredder/03plugin_users.t index 1f4cb4934..131ffa0c3 100644 --- a/rt/t/shredder/03plugin_users.t +++ b/rt/t/shredder/03plugin_users.t @@ -1,11 +1,10 @@ -#!/usr/bin/perl -w use strict; use warnings; use Test::Deep; use File::Spec; -use Test::More tests => 21; +use Test::More tests => 21 + 1; # plus one for warnings check use RT::Test (); BEGIN { my $shredder_utils = RT::Test::get_relocatable_file('utils.pl', |