diff options
author | vincentdarley <vincentdarley> | 2002-03-24 12:24:56 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-03-24 12:24:56 (GMT) |
commit | 45010d8bde64c85cee1eb96538d5f8295e973fe8 (patch) | |
tree | 89eb737dd308019b7377839f787c391e42949f58 /tests/fileSystem.test | |
parent | d7fcb90540b8bbb6b22dd2ddbddcd14abc8d382c (diff) | |
download | tcl-45010d8bde64c85cee1eb96538d5f8295e973fe8.zip tcl-45010d8bde64c85cee1eb96538d5f8295e973fe8.tar.gz tcl-45010d8bde64c85cee1eb96538d5f8295e973fe8.tar.bz2 |
fs tests
Diffstat (limited to 'tests/fileSystem.test')
-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 180482b..ea636f9 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -147,7 +147,7 @@ test filesystem-4.3 {testfilesystem} { testfilesystem 0 set filesystemReport } - -result {* {matchindirectory */tests/} *} + -result {* {matchindirectory *} *} } catch {unset filesystemReport} |