diff options
author | dgp <dgp@users.sourceforge.net> | 2013-03-19 14:31:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-03-19 14:31:56 (GMT) |
commit | a0b87265cec0688fcea529d4afbe6397586e704b (patch) | |
tree | 89b9bfaf7718af0cfa4826543888199b145667af /tests/fileSystem.test | |
parent | ddc36ee47351940ce5a6909c91bcda6709e5ad70 (diff) | |
parent | d16b233ed8a81860e706a008bde82dfa568d4dcd (diff) | |
download | tcl-a0b87265cec0688fcea529d4afbe6397586e704b.zip tcl-a0b87265cec0688fcea529d4afbe6397586e704b.tar.gz tcl-a0b87265cec0688fcea529d4afbe6397586e704b.tar.bz2 |
3597000 Consistent [file copy] result.
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r-- | tests/fileSystem.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test index ab3f62a..161ebc3 100644 --- a/tests/fileSystem.test +++ b/tests/fileSystem.test @@ -827,7 +827,7 @@ test filesystem-7.4 {cross-filesystem file copy with -force} testsimplefilesyste file delete -force file2 cd $dir set res -} {0 10 1 {error copying "simplefs:/simplefile" to "file2": file already exists} 0 10 1} +} {0 {} 1 {error copying "simplefs:/simplefile" to "file2": file already exists} 0 {} 1} test filesystem-7.5 {cross-filesystem file copy with -force} {testsimplefilesystem unix} { set dir [pwd] cd [tcltest::temporaryDirectory] @@ -851,7 +851,7 @@ test filesystem-7.5 {cross-filesystem file copy with -force} {testsimplefilesyst file delete -force file2 cd $dir set res -} {0 10 1 {error copying "simplefs:/simplefile" to "file2": file already exists} 0 10 1} +} {0 {} 1 {error copying "simplefs:/simplefile" to "file2": file already exists} 0 {} 1} test filesystem-7.6 {cross-filesystem dir copy with -force} testsimplefilesystem { set dir [pwd] cd [tcltest::temporaryDirectory] |