diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/autoMkindex.test | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/autoMkindex.test b/tests/autoMkindex.test index 6445614..c03fdae 100644 --- a/tests/autoMkindex.test +++ b/tests/autoMkindex.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: autoMkindex.test,v 1.2 1998/09/14 18:40:07 stanton Exp $ +# RCS: @(#) $Id: autoMkindex.test,v 1.3 1998/10/06 19:12:06 rjohnson Exp $ if {[string compare test [info procs test]] == 1} then {source defs} @@ -53,3 +53,9 @@ test autoMkindex-2.1 {commands on the autoload path can be imported} { interp delete $interp set final } "0 {} pub_one ::buried::pub_one pub_two ::buried::pub_two" + +# +# Clean up. +# + +catch {file delete tclIndex} |