summaryrefslogtreecommitdiffstats
path: root/tests/main.test
diff options
context:
space:
mode:
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 0500377..3a14789 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.16 2005/04/28 05:32:02 dgp Exp $
+# RCS: @(#) $Id: main.test,v 1.17 2006/02/09 15:22:52 dgp Exp $
if {[catch {package require tcltest 2.0.2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required."
@@ -913,6 +913,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]