summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-18 16:17:43 (GMT)
committervincentdarley <vincentdarley>2002-07-18 16:17:43 (GMT)
commit20201e313950ca2b4b8af678b6527c4c14c8f7c5 (patch)
tree1b38c2e75ef177ad7d9cb8ee07a48254d5f218eb /tests/fileSystem.test
parentac016ab108f10eb41a68b7d6b086143b2f8241b0 (diff)
downloadtcl-20201e313950ca2b4b8af678b6527c4c14c8f7c5.zip
tcl-20201e313950ca2b4b8af678b6527c4c14c8f7c5.tar.gz
tcl-20201e313950ca2b4b8af678b6527c4c14c8f7c5.tar.bz2
fix to knownBug test
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test2
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}}