diff options
author | vincentdarley <vincentdarley> | 2004-01-21 19:59:32 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-01-21 19:59:32 (GMT) |
commit | aa7a81aef5d2a5e07732a9d10432071098bbe532 (patch) | |
tree | 0ffe5e984dd325a6bea1e24606e505aa4f37574b /tests/fileSystem.test | |
parent | 255a92739ba23b8db77bffe62d4f6e3ef06d099f (diff) | |
download | tcl-aa7a81aef5d2a5e07732a9d10432071098bbe532.zip tcl-aa7a81aef5d2a5e07732a9d10432071098bbe532.tar.gz tcl-aa7a81aef5d2a5e07732a9d10432071098bbe532.tar.bz2 |
filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r-- | tests/fileSystem.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test index 91a468f..69db7f6 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -358,7 +358,7 @@ test filesystem-4.0 {testfilesystem} { testfilesystem 0 set filesystemReport } - -result {* {access foo}} + -result {*{access foo}} } test filesystem-4.1 {testfilesystem} { @@ -371,7 +371,7 @@ test filesystem-4.1 {testfilesystem} { testfilesystem 0 set filesystemReport } - -result {* {stat foo}} + -result {*{stat foo}} } test filesystem-4.2 {testfilesystem} { @@ -384,7 +384,7 @@ test filesystem-4.2 {testfilesystem} { testfilesystem 0 set filesystemReport } - -result {* {lstat foo}} + -result {*{lstat foo}} } test filesystem-4.3 {testfilesystem} { @@ -397,7 +397,7 @@ test filesystem-4.3 {testfilesystem} { testfilesystem 0 set filesystemReport } - -result {* {matchindirectory *}*} + -result {*{matchindirectory *}*} } test filesystem-5.1 {cache and ~} { |