diff options
author | vincentdarley <vincentdarley> | 2002-03-24 12:38:43 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-03-24 12:38:43 (GMT) |
commit | c75824de892b2e33257084a1ba1329feee0b693d (patch) | |
tree | 74bceff191c964dfd96e62791403e76865792157 /tests | |
parent | 45010d8bde64c85cee1eb96538d5f8295e973fe8 (diff) | |
download | tcl-c75824de892b2e33257084a1ba1329feee0b693d.zip tcl-c75824de892b2e33257084a1ba1329feee0b693d.tar.gz tcl-c75824de892b2e33257084a1ba1329feee0b693d.tar.bz2 |
fs tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fileSystem.test | 4 |
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 |