summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/winFCmd.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test
index fe50043..58df34d 100644
--- a/tests/winFCmd.test
+++ b/tests/winFCmd.test
@@ -403,7 +403,7 @@ proc MakeFiles {dirname} {
while {1} {
# upped to 50K for 64bit Server 2008
if {$ndx > 50000} {
- return -code error "limit reached without finding a collistion."
+ tcltest::Skip "limit-reached:no-collistion"
}
set filename [file join $dirname Test[incr ndx]]
set f [open $filename w]