diff options
| -rw-r--r-- | tests/winFCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test index 6256fda..291361c 100644 --- a/tests/winFCmd.test +++ b/tests/winFCmd.test @@ -1188,7 +1188,7 @@ test winFCmd-19.4 {Windows extended path names} -constraints nt -setup { catch {file delete $tmpfile} } -result [list 0 {}] test winFCmd-19.5 {Windows extended path names} -constraints nt -setup { - set tmpfile [file join $::env(TEMP) tcl[string repeat x 248].tmp] + set tmpfile [file join $::env(TEMP) tcl[string repeat x 200].tmp] set tmpfile [file normalize $tmpfile] } -body { list [catch { |
