diff options
author | limeboy <that.lemon+tcl@gmai.com> | 2016-12-01 12:01:01 (GMT) |
---|---|---|
committer | limeboy <that.lemon+tcl@gmai.com> | 2016-12-01 12:01:01 (GMT) |
commit | bba3b008ba9e94fbe9a9ffce00aaf90077136fca (patch) | |
tree | 1e6552b81641a26b22b300e273614e060baa35e8 /tests | |
parent | 644cb60988ea393b62e1e6fc23588ef660c8272d (diff) | |
parent | 0004d6152456219c0ef09046c169ad3ad7532ee1 (diff) | |
download | tcl-bba3b008ba9e94fbe9a9ffce00aaf90077136fca.zip tcl-bba3b008ba9e94fbe9a9ffce00aaf90077136fca.tar.gz tcl-bba3b008ba9e94fbe9a9ffce00aaf90077136fca.tar.bz2 |
merge trunk
Diffstat (limited to 'tests')
-rw-r--r-- | tests/cmdMZ.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test index 2d68138..a5f3009 100644 --- a/tests/cmdMZ.test +++ b/tests/cmdMZ.test @@ -234,7 +234,7 @@ test cmdMZ-3.3 {Tcl_SourceObjCmd: error conditions} -constraints { test cmdMZ-3.4 {Tcl_SourceObjCmd: error conditions} -constraints { unixOrPc } -returnCodes error -body { - source a b + source a b c d e f } -match glob -result {wrong # args: should be "source*fileName"} test cmdMZ-3.5 {Tcl_SourceObjCmd: error in script} -body { set file [makeFile { |