diff options
author | vincentdarley <vincentdarley> | 2002-03-24 18:09:19 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-03-24 18:09:19 (GMT) |
commit | b81b0779c56b017a12588c6800507f3cef5fc499 (patch) | |
tree | b5ba918da16768a37943ae82d0b2220f3c2ee51c /tests | |
parent | 8a02ee155f91a31fb66ddc39cbbf1d1bbbeb4f36 (diff) | |
download | tcl-b81b0779c56b017a12588c6800507f3cef5fc499.zip tcl-b81b0779c56b017a12588c6800507f3cef5fc499.tar.gz tcl-b81b0779c56b017a12588c6800507f3cef5fc499.tar.bz2 |
fixed typo and compiler warning in last commit; all tests now pass on unix
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 1e118c1..ecc6523 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -147,7 +147,7 @@ test filesystem-4.3 {testfilesystem} { testfilesystem 0 set filesystemReport } - -result {* {matchindirectory *} *} + -result {* {matchindirectory *}*} } # cleanup |