From bba7f4956fa0a1d271f29d9ec8887c6158ac91ea Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 25 Feb 2011 10:49:50 +0000 Subject: Remove now-unnecessary C from t/op/inccode.t This has been vestigial since 1c25d394345c1b97 converted it to using test.pl's tempfile(). --- t/op/inccode.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/op/inccode.t b/t/op/inccode.t index 7edb34522f..58377a3291 100644 --- a/t/op/inccode.t +++ b/t/op/inccode.t @@ -20,7 +20,6 @@ if (!$minitest) { } use strict; -use File::Spec; require "test.pl"; plan(tests => 49 + !$minitest * (3 + 14 * $can_fork)); -- cgit v1.2.1