diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-03-27 21:44:02 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-03-27 21:44:02 (GMT) |
commit | 6a4b91b4e6af061b517ff7a93d817c9715162207 (patch) | |
tree | 2bc31e95b63c676b00228190e906bce07f8eec60 /tests/proc-old.test | |
parent | 765fa34df1dd348c3b4ed53ecf698aa542ba21ba (diff) | |
download | tcl-6a4b91b4e6af061b517ff7a93d817c9715162207.zip tcl-6a4b91b4e6af061b517ff7a93d817c9715162207.tar.gz tcl-6a4b91b4e6af061b517ff7a93d817c9715162207.tar.bz2 |
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352]
Diffstat (limited to 'tests/proc-old.test')
-rw-r--r-- | tests/proc-old.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/proc-old.test b/tests/proc-old.test index 44b55a4..0292103 100644 --- a/tests/proc-old.test +++ b/tests/proc-old.test @@ -14,7 +14,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: proc-old.test,v 1.9 2002/04/15 17:45:06 msofer Exp $ +# RCS: @(#) $Id: proc-old.test,v 1.10 2003/03/27 21:44:05 msofer Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -481,7 +481,7 @@ test proc-old-7.14 {return with special completion code} { } {1 {couldn't open "_bad_file_name": no such file or directory} {couldn't open "_bad_file_name": no such file or directory while executing "tproc2"} none} -test proc-old-7.14 {return with special completion code} { +test proc-old-7.15 {return with special completion code} { list [catch {return -badOption foo message} msg] $msg } {1 {bad option "-badOption": must be -code, -errorcode, or -errorinfo}} |