summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2004-01-21 19:59:32 (GMT)
committervincentdarley <vincentdarley@noemail.net>2004-01-21 19:59:32 (GMT)
commit25a16d68f72f2c8425d6f443f9a69e5df6afe44f (patch)
tree0ffe5e984dd325a6bea1e24606e505aa4f37574b /tests/fileSystem.test
parenta41b4f5072bdca8cf305eb70e821660477b632f0 (diff)
downloadtcl-25a16d68f72f2c8425d6f443f9a69e5df6afe44f.zip
tcl-25a16d68f72f2c8425d6f443f9a69e5df6afe44f.tar.gz
tcl-25a16d68f72f2c8425d6f443f9a69e5df6afe44f.tar.bz2
filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in
FossilOrigin-Name: 9cfcca63fb07d8c7d68befc16d84d01790094ac5
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test8
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 ~} {