summaryrefslogtreecommitdiff
path: root/NetWare/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-09-02 01:06:30 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-09-02 01:06:30 +0000
commit94bf5962d98bd99abeac287cb07a0bfb42e8b55f (patch)
tree374b6fd25262db4d83243afcb4bd1f77f73c00eb /NetWare/t
parentb4f7f2637c6361a6440f7b9342bbb77ec1902302 (diff)
downloadperl-94bf5962d98bd99abeac287cb07a0bfb42e8b55f.tar.gz
remove stray CRs in files; keep all files with UNIX line-ends
(Porting/makerel adds CRs to the files that need it in the distribution) p4raw-id: //depot/perl@11821
Diffstat (limited to 'NetWare/t')
-rw-r--r--NetWare/t/NWScripts.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/t/NWScripts.pl b/NetWare/t/NWScripts.pl
index bd1ab9162f..a2f22a43ef 100644
--- a/NetWare/t/NWScripts.pl
+++ b/NetWare/t/NWScripts.pl
@@ -11,7 +11,7 @@ $DirName = "t";
# These scripts have problems (either abend or hang) as of now (11 May 2001).
# So, they are commented out in the corresponding auto scripts, io.pl and lib.pl
-@ScriptsNotUsed = ("t/io/argv.t", "t/io/openpid.t", "t/lib/filehandle.t", "t/lib/warnings.t");
+@ScriptsNotUsed = ("t/io/argv.t", "t/io/openpid.t", "t/lib/filehandle.t", "t/lib/warnings.t");
opendir(DIR, $DirName);
@Dirs = readdir(DIR);