diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-29 12:26:28 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-29 12:26:28 (GMT) |
commit | dd1acb8d658db84da92a9b84423647af3cf9d393 (patch) | |
tree | fc0726dc919db2f8dae2d065f6d2f474ce5c2fc7 /tests/cmdMZ.test | |
parent | ae7596981b5ab765b719669484e20778617334ec (diff) | |
parent | a435d9e14b141cab29412f38348c5b016c7672ba (diff) | |
download | tcl-dd1acb8d658db84da92a9b84423647af3cf9d393.zip tcl-dd1acb8d658db84da92a9b84423647af3cf9d393.tar.gz tcl-dd1acb8d658db84da92a9b84423647af3cf9d393.tar.bz2 |
merge trunk
Diffstat (limited to 'tests/cmdMZ.test')
-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 { |