summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-02-09 15:23:51 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-02-09 15:23:51 (GMT)
commitc7ba2a3d48dd2f4a4785084b2d6118a33ba530a4 (patch)
tree604259b49d261a7853e8831663064bb01e97783d /tests/main.test
parent37242f512d6f863b02973125e8bfe114d1bbf2b3 (diff)
downloadtcl-c7ba2a3d48dd2f4a4785084b2d6118a33ba530a4.zip
tcl-c7ba2a3d48dd2f4a4785084b2d6118a33ba530a4.tar.gz
tcl-c7ba2a3d48dd2f4a4785084b2d6118a33ba530a4.tar.bz2
* tests/main.test (Tcl_Main-6.7): Improved robustness of
command auto-completion test. [Bug 1422736].
Diffstat (limited to 'tests/main.test')
-rw-r--r--tests/main.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/main.test b/tests/main.test
index 54f012b..26b40eb 100644
--- a/tests/main.test
+++ b/tests/main.test
@@ -1,6 +1,6 @@
# This file contains a collection of tests for generic/tclMain.c.
#
-# RCS: @(#) $Id: main.test,v 1.13.2.1 2005/04/28 05:34:40 dgp Exp $
+# RCS: @(#) $Id: main.test,v 1.13.2.2 2006/02/09 15:23:52 dgp Exp $
if {[catch {package require tcltest 2.0.2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required."
@@ -847,6 +847,7 @@ namespace eval ::tcl::test::main {
} -body {
exec [interpreter] << {
proc foo\{ x {}
+ set ::auto_noexec xxx
set tcl_interactive 1
foo y} >& result
set f [open result]