summaryrefslogtreecommitdiffstats
path: root/tests/proc-old.test
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2003-03-27 21:46:27 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2003-03-27 21:46:27 (GMT)
commit6f64bc5e648aeac1e18e902f794da65be949c076 (patch)
treec5a864a8bf4e8e492579d204334aba0600d41183 /tests/proc-old.test
parent448259ec5133371d0c4afda31bd093b8122b537b (diff)
downloadtcl-6f64bc5e648aeac1e18e902f794da65be949c076.zip
tcl-6f64bc5e648aeac1e18e902f794da65be949c076.tar.gz
tcl-6f64bc5e648aeac1e18e902f794da65be949c076.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.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/proc-old.test b/tests/proc-old.test
index 44b55a4..680c89d 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.9.2.1 2003/03/27 21:46:32 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}}