From 8e6d48d5ee351594fc92f1e680ba4a2219ed57ca Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 15 Jan 2015 15:33:21 +0000 Subject: Remove need for cron-wrapper with existing scripts Call the necessary boilerplate in each script so you can call them directly. Remove boilerplate from files that don't need it. --- t/utils.t | 4 ---- 1 file changed, 4 deletions(-) (limited to 't/utils.t') diff --git a/t/utils.t b/t/utils.t index 8ff9266fd..29759cddc 100644 --- a/t/utils.t +++ b/t/utils.t @@ -4,10 +4,6 @@ use strict; use warnings; use Test::More; -use FindBin; -use lib "$FindBin::Bin/../perllib"; -use lib "$FindBin::Bin/../commonlib/perllib"; - use Utils; my @truncate_tests = ( -- cgit v1.2.3