diff options
-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 |