diff options
author | hobbs <hobbs> | 2001-11-10 02:34:57 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-10 02:34:57 (GMT) |
commit | 0c15536070d7941a5ef3c7eaf851a5e3a390b027 (patch) | |
tree | 87b6d868316b27db3613ea276a5d339ace2715f3 /doc/tcltest.n | |
parent | c5392471933876bb9cbe86b7fce3b3dc579d7ecd (diff) | |
download | tcl-0c15536070d7941a5ef3c7eaf851a5e3a390b027.zip tcl-0c15536070d7941a5ef3c7eaf851a5e3a390b027.tar.gz tcl-0c15536070d7941a5ef3c7eaf851a5e3a390b027.tar.bz2 |
fixed winhelp generation problems #480268
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r-- | doc/tcltest.n | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n index dec126e..e2d0790 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -7,7 +7,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: tcltest.n,v 1.11 2001/03/30 00:56:16 hobbs Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.12 2001/11/10 02:34:57 hobbs Exp $ '\" .so man.macros .TH "tcltest" n 8.4 Tcl "Tcl Built-In Commands" @@ -617,8 +617,9 @@ test can only be run if platform supports async flush and async close on a pipe .TP \fIunixExecs\fR -test can only be run if this machine has Unix-style commands 'cat', 'echo', -'sh', 'wc', 'rm', 'sleep', 'fgrep', 'ps', 'chmod', and 'mkdir' available +test can only be run if this machine has Unix-style commands +\fBcat\fR, \fBecho\fR, \fBsh\fR, \fBwc\fR, \fBrm\fR, \fBsleep\fR, +\fBfgrep\fR, \fBps\fR, \fBchmod\fR, and \fBmkdir\fR available .TP \fIhasIsoLocale\fR test can only be run if can switch to an ISO locale @@ -878,8 +879,8 @@ tclsh all.tcl -constraints "knownBug nonPortable" See the \fI"Constraints"\fR section for information about using built-in constraints and adding new ones. .PP -When tests are run from within an 'all.tcl' file, all files with a -'.test' extension are normally run. An individual test file will be +When tests are run from within an \'all.tcl\' file, all files with a +\'.test\' extension are normally run. An individual test file will be skipped if one of the following conditions is met: .IP [1] the \fIname\fR of the test files does not match (using glob style matching) |