summaryrefslogtreecommitdiffstats
path: root/tests/cmdMZ.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 13:30:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 13:30:21 (GMT)
commit76801530639bfebb39fab98219ead45ee7957a75 (patch)
tree08a4ef8751ca07adb11e3df0d68b10fe29812994 /tests/cmdMZ.test
parent6a8c97bdf8f14ed848fdb877b3dad50ae36983d8 (diff)
parent62fea308478c8fb3e38594793d72d6dbd9569d19 (diff)
downloadtcl-76801530639bfebb39fab98219ead45ee7957a75.zip
tcl-76801530639bfebb39fab98219ead45ee7957a75.tar.gz
tcl-76801530639bfebb39fab98219ead45ee7957a75.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/cmdMZ.test')
-rw-r--r--tests/cmdMZ.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test
index 721890c..1790f1d 100644
--- a/tests/cmdMZ.test
+++ b/tests/cmdMZ.test
@@ -230,12 +230,12 @@ foreach {testid script} {
# More tests of Tcl_SourceObjCmd are in source.test
test cmdMZ-3.3 {Tcl_SourceObjCmd: error conditions} -constraints {
- unixOrPc
+ unixOrWin
} -returnCodes error -body {
source
} -match glob -result {wrong # args: should be "source*fileName"}
test cmdMZ-3.4 {Tcl_SourceObjCmd: error conditions} -constraints {
- unixOrPc
+ unixOrWin
} -returnCodes error -body {
source a b c d e f
} -match glob -result {wrong # args: should be "source*fileName"}