diff options
Diffstat (limited to 'rt/t/lifecycles/unresolved-deps.t')
-rw-r--r-- | rt/t/lifecycles/unresolved-deps.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rt/t/lifecycles/unresolved-deps.t b/rt/t/lifecycles/unresolved-deps.t index aff9a1a56..02c1942d7 100644 --- a/rt/t/lifecycles/unresolved-deps.t +++ b/rt/t/lifecycles/unresolved-deps.t @@ -1,10 +1,8 @@ -#!/usr/bin/perl - use strict; use warnings; use Data::Dumper; -use Test::More tests => 15; +use Test::More tests => 15 + 1; # plus one for warnings check BEGIN {require 't/lifecycles/utils.pl'}; my $general = RT::Test->load_or_create_queue( |