From 2e9d1d0e804c6eca3071608096a3fd84c285979e Mon Sep 17 00:00:00 2001 From: sebres Date: Tue, 12 Mar 2024 18:15:48 +0000 Subject: proper skip of test winFCmd-1.38 (no error reaching limit of 50K unique file-ids) --- tests/winFCmd.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v0.12