summaryrefslogtreecommitdiffstats
path: root/tests/winPipe.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:29:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-23 13:29:42 (GMT)
commit243ea5f7a3721cdfc243ea7deedb123cae234664 (patch)
treea20f16f4f077f7a56f527ff1edf0bdc72af26ec2 /tests/winPipe.test
parentfbdc68b6a22a1be2c7923c6a2ab13214d3655aba (diff)
parent6d3aeef45e68dc92f69195ab165ce49ecd4738c4 (diff)
downloadtcl-243ea5f7a3721cdfc243ea7deedb123cae234664.zip
tcl-243ea5f7a3721cdfc243ea7deedb123cae234664.tar.gz
tcl-243ea5f7a3721cdfc243ea7deedb123cae234664.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/winPipe.test')
-rw-r--r--tests/winPipe.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/winPipe.test b/tests/winPipe.test
index e246ad5..5dab3b7 100644
--- a/tests/winPipe.test
+++ b/tests/winPipe.test
@@ -332,7 +332,7 @@ proc _testExecArgs {single args} {
set broken {}
foreach args $args {
if {$single & 1} {
- # enclose single test-arg between 1st/3rd to be sure nothing is truncated
+ # enclose single test-arg between 1st/3rd to be sure nothing is truncated
# (e. g. to cover unexpected trim by nts-zero case, and args don't recombined):
set args [list "1st" $args "3rd"]
}
@@ -569,7 +569,7 @@ set injectList {
test winpipe-8.6 {BuildCommandLine/parse_cmdline pass-thru: check new-line quoted in args} \
-constraints {win exec} -body {
- # test exe only, because currently there is no proper way to escape a new-line char resp.
+ # test exe only, because currently there is no proper way to escape a new-line char resp.
# to supply a new-line to the batch-files within arguments (command line is truncated).
_testExecArgs 8 \
[list START {*}$injectList END] \