diff options
author | fvogel <fvogelnew1@free.fr> | 2024-01-26 21:02:15 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-01-26 21:02:15 (GMT) |
commit | cfd8ddff49dd35946a2b18b95661d067fecb40e1 (patch) | |
tree | 9dfd18a243a015dd0fc65fd0869413143f0d9334 /tests/option.test | |
parent | 2c1df2e9f4f50fb3d70656c278d42ca0da4401d4 (diff) | |
download | tk-cfd8ddff49dd35946a2b18b95661d067fecb40e1.zip tk-cfd8ddff49dd35946a2b18b95661d067fecb40e1.tar.gz tk-cfd8ddff49dd35946a2b18b95661d067fecb40e1.tar.bz2 |
Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk distribution
Diffstat (limited to 'tests/option.test')
-rw-r--r-- | tests/option.test | 4 |
1 files 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" |