summaryrefslogtreecommitdiff
path: root/t/io/crlf_through.t
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2005-11-03 02:09:30 +0000
committerSteve Peters <steve@fisharerojo.org>2005-11-03 02:09:30 +0000
commit1031ca5cb29f226276d55908e55745187e79d1c8 (patch)
tree1ef4054b3123139e5110b1c920753db6daf5e398 /t/io/crlf_through.t
parent1255842222d74612a763d6a1e3384771918fd55a (diff)
downloadperl-1031ca5cb29f226276d55908e55745187e79d1c8.tar.gz
Clean up some test files.
p4raw-id: //depot/perl@25967
Diffstat (limited to 't/io/crlf_through.t')
-rw-r--r--t/io/crlf_through.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/io/crlf_through.t b/t/io/crlf_through.t
index 3a5522a76e..c08099598e 100644
--- a/t/io/crlf_through.t
+++ b/t/io/crlf_through.t
@@ -5,5 +5,6 @@ BEGIN {
@INC = '../lib';
}
+no warnings 'once';
$main::use_crlf = 1;
do './io/through.t' or die "no kid script";