diff options
author | hobbs <hobbs> | 2001-05-03 23:35:00 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-05-03 23:35:00 (GMT) |
commit | 620c04b68e1d09139c7391c0bda14090e506c7fb (patch) | |
tree | 279bf61650cedc13a92860cbbe30af8e2507e5e9 /tests/tcltest.test | |
parent | 30b6ae94051b57f5a17ab9ca7a7c3ffd6615680e (diff) | |
download | tcl-620c04b68e1d09139c7391c0bda14090e506c7fb.zip tcl-620c04b68e1d09139c7391c0bda14090e506c7fb.tar.gz tcl-620c04b68e1d09139c7391c0bda14090e506c7fb.tar.bz2 |
* tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031]
Diffstat (limited to 'tests/tcltest.test')
-rwxr-xr-x | tests/tcltest.test | 4 |
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) {} |