From cfd8ddff49dd35946a2b18b95661d067fecb40e1 Mon Sep 17 00:00:00 2001 From: fvogel Date: Fri, 26 Jan 2024 21:02:15 +0000 Subject: Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk distribution --- tests/option.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/option.test b/tests/option.test index 8bc7f21..0d89ec5 100644 --- a/tests/option.test +++ b/tests/option.test @@ -404,7 +404,7 @@ option read $option3 test option-15.11 {database files} {option get . {x 4} color} br\xf3wn test option-16.1 {ReadOptionFile} -body { - set option4 [makeFile {} option.file3] + set option4 [makeFile {} option.file4] set file [open $option4 w] fconfigure $file -translation crlf puts $file "*x7: true\n*x8: false" @@ -422,7 +422,7 @@ set opt162val {label { set opt162list [split $opt162val \n] test option-16.2 {ticket 766ef52f3} -body { - set option5 [makeFile {} option.file4] + set option5 [makeFile {} option.file5] set file [open $option5 w] fconfigure $file -translation crlf puts $file "*notok: $opt162list" -- cgit v0.12