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 | c82a99d9c150ac245f6d3e1131ff7babdda85ea0 (patch) | |
tree | 89b9bfaf7718af0cfa4826543888199b145667af /tests/fileSystem.test | |
parent | 01ae22053af8cd618c105c63909fa6386f316bbc (diff) | |
parent | a515c79f52c3d0927a7377700467074b80b8d169 (diff) | |
download | tcl-c82a99d9c150ac245f6d3e1131ff7babdda85ea0.zip tcl-c82a99d9c150ac245f6d3e1131ff7babdda85ea0.tar.gz tcl-c82a99d9c150ac245f6d3e1131ff7babdda85ea0.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] |