From 2ee0284e217d46d0ed94cb877ea1fd72d5cd89ed Mon Sep 17 00:00:00 2001 From: dgp Date: Thu, 9 Feb 2006 15:23:51 +0000 Subject: * tests/main.test (Tcl_Main-6.7): Improved robustness of command auto-completion test. [Bug 1422736]. --- ChangeLog | 5 +++++ tests/main.test | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aaeef1d..d6058fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-09 Don Porter + + * tests/main.test (Tcl_Main-6.7): Improved robustness of + command auto-completion test. [Bug 1422736]. + 2006-01-25 Donal K. Fellows * unix/tclUnixInit.c (TclpInitPlatform): Improved conditions on when 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] -- cgit v0.12