diff options
Diffstat (limited to 'tests')
-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 2c44fca..2185dbf 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -266,7 +266,7 @@ test filesystem-6.3 {empty file name} { list [catch {file atime ""} msg] $msg } {1 {could not read "": no such file or directory}} -test filesystem-6.4 {empty file name} {knownBug} { +test filesystem-6.4 {empty file name} { list [catch {file attributes ""} msg] $msg } {1 {could not read "": no such file or directory}} |