summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2002-07-18 16:17:43 (GMT)
committervincentdarley <vincentdarley@noemail.net>2002-07-18 16:17:43 (GMT)
commit842dbccdda324c38a88167a6d5db336097377048 (patch)
tree1b38c2e75ef177ad7d9cb8ee07a48254d5f218eb /tests/fileSystem.test
parent801602da60ff77c5ea0ae49871cb9a2bc0849768 (diff)
downloadtcl-842dbccdda324c38a88167a6d5db336097377048.zip
tcl-842dbccdda324c38a88167a6d5db336097377048.tar.gz
tcl-842dbccdda324c38a88167a6d5db336097377048.tar.bz2
fix to knownBug test
FossilOrigin-Name: 629fc268526a7df449dd8fc70ad84503641a85c0
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}}