summaryrefslogtreecommitdiff
path: root/rt/t/shredder/01ticket.t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t/shredder/01ticket.t')
-rw-r--r--rt/t/shredder/01ticket.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/shredder/01ticket.t b/rt/t/shredder/01ticket.t
index a7abeef6e..0a9da413e 100644
--- a/rt/t/shredder/01ticket.t
+++ b/rt/t/shredder/01ticket.t
@@ -1,11 +1,10 @@
-#!/usr/bin/perl -w
use strict;
use warnings;
use Test::Deep;
use File::Spec;
-use Test::More tests => 15;
+use Test::More tests => 15 + 1; # plus one for warnings check
use RT::Test ();