diff options
Diffstat (limited to 'rt/t/api/cron.t')
-rw-r--r-- | rt/t/api/cron.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/api/cron.t b/rt/t/api/cron.t index 6f9d7f644..6bd992df3 100644 --- a/rt/t/api/cron.t +++ b/rt/t/api/cron.t @@ -1,6 +1,5 @@ -#!/usr/bin/perl -w - use strict; +use warnings; use RT; use RT::Test nodata => 1, tests => 18; |