From 620c04b68e1d09139c7391c0bda14090e506c7fb Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 3 May 2001 23:35:00 +0000 Subject: * tests/tcltest.test: removed extraneous 'c' (doh!) [Bug: 414031] --- tests/tcltest.test | 4 ++-- 1 file 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) {} -- cgit v0.12