From 7d4c932a5da9439a39177a370811df62501be73f Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 12 Oct 2001 19:44:56 +0000 Subject: added removeFile for outdata --- tests/http.test | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v0.12