diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-17 14:01:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-04-17 14:01:14 (GMT) |
commit | a99f768a32b42d04735d090f7d6fd8a0f75bc8ec (patch) | |
tree | 939e5411d61efb088b50c96cdd7d5b9a44953be3 /tests/fCmd.test | |
parent | c37220bed3a6c2c42a369ca18cf216568a86b1c1 (diff) | |
download | tcl-a99f768a32b42d04735d090f7d6fd8a0f75bc8ec.zip tcl-a99f768a32b42d04735d090f7d6fd8a0f75bc8ec.tar.gz tcl-a99f768a32b42d04735d090f7d6fd8a0f75bc8ec.tar.bz2 |
Remove all win95-specific test-cases, since Windows 95 is not supported any more.
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r-- | tests/fCmd.test | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test index 8f27ad4..3d22b09 100644 --- a/tests/fCmd.test +++ b/tests/fCmd.test @@ -511,12 +511,6 @@ test fCmd-6.6 {CopyRenameOneFile: errno != ENOENT} -setup { } -returnCodes error -cleanup { testchmod 755 td1 } -result {error renaming "tf1" to "td1/tf1": permission denied} -test fCmd-6.7 {CopyRenameOneFile: errno != ENOENT} -setup { - cleanup -} -constraints {win 95} -returnCodes error -body { - createfile tf1 - file rename tf1 $long -} -result [subst {error renaming "tf1" to "$long": file name too long}] test fCmd-6.9 {CopyRenameOneFile: errno == ENOENT} -setup { cleanup } -constraints {unix notRoot} -body { |