summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-11 14:46:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-11 14:46:45 +0000
commitf7d228c61cfca6dd3e995c260db91dd1477235f6 (patch)
treeaa349448d648d3b639de303f0b1d0e05090669e0 /t/TEST
parent0b27c29c2324971904f404674827f716bba50b8e (diff)
downloadperl-f7d228c61cfca6dd3e995c260db91dd1477235f6.tar.gz
Prettyprinting: shorten the lines to avoid linewrapping.
p4raw-id: //depot/perl@15863
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST32
1 files changed, 16 insertions, 16 deletions
diff --git a/t/TEST b/t/TEST
index 6fe2da58d6..ec6e554557 100755
--- a/t/TEST
+++ b/t/TEST
@@ -340,37 +340,37 @@ EOT
warn "Failed $bad test scripts out of $files, $pct% okay.\n";
}
warn <<'SHRDLU_1';
- ### Since not all tests were successful, you may want to run some of
- ### them individually and examine any diagnostic messages they produce.
- ### See the INSTALL document's section on "make test".
+### Since not all tests were successful, you may want to run some of
+### them individually and examine any diagnostic messages they produce.
+### See the INSTALL document's section on "make test".
SHRDLU_1
warn <<'SHRDLU_2' if $good / $total > 0.8;
- ### You have a good chance to get more information by running
- ### ./perl harness
- ### in the 't' directory since most (>=80%) of the tests succeeded.
+### You have a good chance to get more information by running
+### ./perl harness
+### in the 't' directory since most (>=80%) of the tests succeeded.
SHRDLU_2
if (eval {require Config; import Config; 1}) {
if ($Config{usedl} && (my $p = $Config{ldlibpthname})) {
warn <<SHRDLU_3;
- ### You may have to set your dynamic library search path,
- ### $p, to point to the build directory:
+### You may have to set your dynamic library search path,
+### $p, to point to the build directory:
SHRDLU_3
if (exists $ENV{$p} && $ENV{$p} ne '') {
warn <<SHRDLU_4a;
- ### setenv $p `pwd`:\$$p; cd t; ./perl harness
- ### $p=`pwd`:\$$p; export $p; cd t; ./perl harness
- ### export $p=`pwd`:\$$p; cd t; ./perl harness
+### setenv $p `pwd`:\$$p; cd t; ./perl harness
+### $p=`pwd`:\$$p; export $p; cd t; ./perl harness
+### export $p=`pwd`:\$$p; cd t; ./perl harness
SHRDLU_4a
} else {
warn <<SHRDLU_4b;
- ### setenv $p `pwd`; cd t; ./perl harness
- ### $p=`pwd`; export $p; cd t; ./perl harness
- ### export $p=`pwd`; cd t; ./perl harness
+### setenv $p `pwd`; cd t; ./perl harness
+### $p=`pwd`; export $p; cd t; ./perl harness
+### export $p=`pwd`; cd t; ./perl harness
SHRDLU_4b
}
warn <<SHRDLU_5;
- ### for csh-style shells, like tcsh; or for traditional/modern
- ### Bourne-style shells, like bash, ksh, and zsh, respectively.
+### for csh-style shells, like tcsh; or for traditional/modern
+### Bourne-style shells, like bash, ksh, and zsh, respectively.
SHRDLU_5
}
}