summaryrefslogtreecommitdiffstats
path: root/tests/tcltest.test
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2001-05-03 23:35:00 (GMT)
committerhobbs <hobbs@noemail.net>2001-05-03 23:35:00 (GMT)
commitdd55ca4d395f584c3aa9eccde6ad8adefb173558 (patch)
tree279bf61650cedc13a92860cbbe30af8e2507e5e9 /tests/tcltest.test
parent258ea9980829b44d0bba6158ee41f931834c0036 (diff)
downloadtcl-dd55ca4d395f584c3aa9eccde6ad8adefb173558.zip
tcl-dd55ca4d395f584c3aa9eccde6ad8adefb173558.tar.gz
tcl-dd55ca4d395f584c3aa9eccde6ad8adefb173558.tar.bz2
* tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031]
FossilOrigin-Name: 84d7288ad6b7bf230b85bda73aac18e135b4399e
Diffstat (limited to 'tests/tcltest.test')
-rwxr-xr-xtests/tcltest.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test
index b94f5e8..e8b78d8 100755
--- a/tests/tcltest.test
+++ b/tests/tcltest.test
@@ -6,7 +6,7 @@
# Copyright (c) 2000 by Ajuba Solutions
# All rights reserved.
#
-# RCS: @(#) $Id: tcltest.test,v 1.12 2000/10/24 22:30:35 jenn Exp $
+# RCS: @(#) $Id: tcltest.test,v 1.13 2001/05/03 23:35:00 hobbs Exp $
set tcltestVersion [package require tcltest]
namespace import -force ::tcltest::*
@@ -982,7 +982,7 @@ test tcltest-19.1 {TCLTEST_OPTIONS default} {
if {[info exists ::env(TCLTEST_OPTIONS)]} {
set oldoptions $::env(TCLTEST_OPTIONS)
unset ::env(TCLTEST_OPTIONS)
-c } else {
+ } else {
set oldoptions none
}
set ::env(TCLTEST_OPTIONS) {}