diff options
author | andreas_kupries <akupries@shaw.ca> | 2003-02-04 00:56:23 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2003-02-04 00:56:23 (GMT) |
commit | adcc02b003f61baa6211d622e14acc3500be5327 (patch) | |
tree | e2660d08720f602bb01cffa6dac92d638a624360 | |
parent | 187b5c0c8b1b0260a6a83d0d71d3f78fdd793688 (diff) | |
download | tcl-adcc02b003f61baa6211d622e14acc3500be5327.zip tcl-adcc02b003f61baa6211d622e14acc3500be5327.tar.gz tcl-adcc02b003f61baa6211d622e14acc3500be5327.tar.bz2 |
Marked filesystem-7.1 as known bug.
-rw-r--r-- | tests/fileSystem.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test index 3dbaf88..7740b34 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -390,7 +390,7 @@ test filesystem-6.33 {empty file name} { while {![catch {testfilesystem 0}]} {} } -test filesystem-7.1 {load from vfs} {win} { +test filesystem-7.1 {load from vfs} {win knownBug} { # This may cause a crash on exit set dir [pwd] cd [file dirname [info nameof]] |