summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2013-03-21 14:39:17 (GMT)
committerdgp@users.sourceforge.net <dgp>2013-03-21 14:39:17 (GMT)
commit91c0491ca0d61f3afbe0e590efc0053d549b175d (patch)
tree4c8a8f14cf9ad577d5008a10ec4d97fbcfdcffed
parentb582a1a48cb7705c5a095a3069643d01f2ca61bd (diff)
downloadtcl-91c0491ca0d61f3afbe0e590efc0053d549b175d.zip
tcl-91c0491ca0d61f3afbe0e590efc0053d549b175d.tar.gz
tcl-91c0491ca0d61f3afbe0e590efc0053d549b175d.tar.bz2
test suite hygiene
-rw-r--r--tests/autoMkindex.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/autoMkindex.test b/tests/autoMkindex.test
index c105e95..9f20236 100644
--- a/tests/autoMkindex.test
+++ b/tests/autoMkindex.test
@@ -268,7 +268,7 @@ namespace eval wok {
} ensemblecommands.tcl
-test autoMkindex-3.3 {ensemble commands in tclIndex} {
+test autoMkindex-3.4 {ensemble commands in tclIndex} {
file delete tclIndex
auto_mkindex . ensemblecommands.tcl
set f [open tclIndex r]
@@ -282,6 +282,7 @@ test autoMkindex-3.3 {ensemble commands in tclIndex} {
close $f
set result
} {{set auto_index(::wok::commands) [list source [file join $dir ensemblecommands.tcl]]} {set auto_index(::wok::vars) [list source [file join $dir ensemblecommands.tcl]]} {set auto_index(wok) [list source [file join $dir ensemblecommands.tcl]]}}
+removeFile ensemblecommands.tcl
makeDirectory pkg
makeFile {