summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/comp/colon.t9
1 files changed, 3 insertions, 6 deletions
diff --git a/t/comp/colon.t b/t/comp/colon.t
index 122e33ead9..faa5e77337 100644
--- a/t/comp/colon.t
+++ b/t/comp/colon.t
@@ -7,12 +7,9 @@
# -- Robin Barker <rmb@cise.npl.co.uk>
#
-BEGIN {
- chdir 't' if -d 't';
- @INC = '../lib';
-}
-
-use strict;
+# Uncomment this for testing, but don't leave it in for "production", as
+# we've not yet verified that use works.
+# use strict;
$_ = ''; # to avoid undef warning on m// etc.