diff options
author | hobbs <hobbs> | 2001-10-12 19:44:56 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-10-12 19:44:56 (GMT) |
commit | 7d4c932a5da9439a39177a370811df62501be73f (patch) | |
tree | 0051891bf555954df8a346cf85e81e6593a8f5df /tests | |
parent | 63a9161f323e0f9ae37cf41c3b61ef36be88b20c (diff) | |
download | tcl-7d4c932a5da9439a39177a370811df62501be73f.zip tcl-7d4c932a5da9439a39177a370811df62501be73f.tar.gz tcl-7d4c932a5da9439a39177a370811df62501be73f.tar.bz2 |
added removeFile for outdata
Diffstat (limited to 'tests')
-rw-r--r-- | tests/http.test | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test index c0f7821..daf08a9 100644 --- a/tests/http.test +++ b/tests/http.test @@ -12,7 +12,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # -# RCS: @(#) $Id: http.test,v 1.24 2001/09/07 00:03:08 hobbs Exp $ +# RCS: @(#) $Id: http.test,v 1.25 2001/10/12 19:44:56 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -486,5 +486,8 @@ if {[info exists httpthread]} { if {[info exist removeHttpd]} { removeFile $httpdFile } +foreach file [list outdata] { + catch {::tcltest::removeFile $file} +} ::tcltest::cleanupTests |