summaryrefslogtreecommitdiffstats
path: root/tests/execute.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-06-13 14:27:43 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-06-13 14:27:43 (GMT)
commit7e5106ddb3d4a8167559780d733683406d9a1c54 (patch)
treed766b35c0e01c1c5ee86e49c100fde7b9a4b47df /tests/execute.test
parent3f776aa9379874671930875ff55e00f3e7567644 (diff)
downloadtcl-7e5106ddb3d4a8167559780d733683406d9a1c54.zip
tcl-7e5106ddb3d4a8167559780d733683406d9a1c54.tar.gz
tcl-7e5106ddb3d4a8167559780d733683406d9a1c54.tar.bz2
test name conflict
Diffstat (limited to 'tests/execute.test')
-rw-r--r--tests/execute.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/execute.test b/tests/execute.test
index 5f3ccf5..62c1fd2 100644
--- a/tests/execute.test
+++ b/tests/execute.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: execute.test,v 1.27.2.2 2009/06/13 14:25:13 dgp Exp $
+# RCS: @(#) $Id: execute.test,v 1.27.2.3 2009/06/13 14:27:43 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -972,7 +972,7 @@ test execute-9.1 {Interp result resetting [Bug 1522803]} {
set result
} SUCCESS
-test execute-10.1 {Bug 2802881} -setup {
+test execute-10.2 {Bug 2802881} -setup {
interp create slave
} -body {
# If [Bug 2802881] is not fixed, this will segfault