summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-03-24 12:38:43 (GMT)
committervincentdarley <vincentdarley>2002-03-24 12:38:43 (GMT)
commitc75824de892b2e33257084a1ba1329feee0b693d (patch)
tree74bceff191c964dfd96e62791403e76865792157 /tests/fileSystem.test
parent45010d8bde64c85cee1eb96538d5f8295e973fe8 (diff)
downloadtcl-c75824de892b2e33257084a1ba1329feee0b693d.zip
tcl-c75824de892b2e33257084a1ba1329feee0b693d.tar.gz
tcl-c75824de892b2e33257084a1ba1329feee0b693d.tar.bz2
fs tests
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index ea636f9..1e118c1 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -150,8 +150,10 @@ test filesystem-4.3 {testfilesystem} {
-result {* {matchindirectory *} *}
}
+# cleanup
catch {unset filesystemReport}
# Make sure the testfilesystem hasn't been registered.
while {![catch {testfilesystem 0}]} {}
-
+::tcltest::cleanupTests
+return