summaryrefslogtreecommitdiffstats
path: root/tests/cmdMZ.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 12:42:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-10 12:42:19 (GMT)
commit62fea308478c8fb3e38594793d72d6dbd9569d19 (patch)
tree86c66951abdb14f5a59bccbcee1dfc328d6de24f /tests/cmdMZ.test
parentb69bf6e78ac2d6acfc2aa53956acc3e7dbe98e1c (diff)
parent4d51f6b054999c72115751f3895158195e42b40d (diff)
downloadtcl-62fea308478c8fb3e38594793d72d6dbd9569d19.zip
tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.tar.gz
tcl-62fea308478c8fb3e38594793d72d6dbd9569d19.tar.bz2
Merge 8.5
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 75027c5..ab0887a 100644
--- a/tests/cmdMZ.test
+++ b/tests/cmdMZ.test
@@ -234,12 +234,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
} -match glob -result {wrong # args: should be "source*fileName"}