summaryrefslogtreecommitdiff
path: root/t/TestInit.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-16 17:38:53 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-16 17:38:53 +0000
commit7a3152049c3b11217c72b149c0293284b6993763 (patch)
treece4b8b45d64ebc2639247336f0d453b672db1cbd /t/TestInit.pm
parentee96af8ff6e9f715a42440fa2eb3e1834eb07e91 (diff)
downloadperl-7a3152049c3b11217c72b149c0293284b6993763.tar.gz
Make t/TEST and t/harness to test also the t/ tests
under the main lib/ and ext/ directories. Fix Test::Harness to dynamically change the width of its "foo/bar....ok" output. p4raw-id: //depot/perl@10634
Diffstat (limited to 't/TestInit.pm')
-rw-r--r--t/TestInit.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/TestInit.pm b/t/TestInit.pm
index a9322862ce..be69c24d7a 100644
--- a/t/TestInit.pm
+++ b/t/TestInit.pm
@@ -11,10 +11,10 @@
# (not require) in the test scripts.
#
# PS this is not POD because this should be a very minimalist module in
-# case of fundemental perl breakage.
+# case of funaemental perl breakage.
chdir 't' if -d 't';
@INC = '../lib';
-$0 =~ s/\.dp$//;
+$0 =~ s/\.dp$//; # for the test.deparse make target
1;