summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-05-03 23:35:00 (GMT)
committerhobbs <hobbs>2001-05-03 23:35:00 (GMT)
commit620c04b68e1d09139c7391c0bda14090e506c7fb (patch)
tree279bf61650cedc13a92860cbbe30af8e2507e5e9 /tests
parent30b6ae94051b57f5a17ab9ca7a7c3ffd6615680e (diff)
downloadtcl-620c04b68e1d09139c7391c0bda14090e506c7fb.zip
tcl-620c04b68e1d09139c7391c0bda14090e506c7fb.tar.gz
tcl-620c04b68e1d09139c7391c0bda14090e506c7fb.tar.bz2
* tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031]
Diffstat (limited to 'tests')
-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) {}