diff options
author | fvogel <fvogelnew1@free.fr> | 2024-01-27 09:09:21 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2024-01-27 09:09:21 (GMT) |
commit | 52ee352e4469c63b56322643d38caafc70025395 (patch) | |
tree | b60de979c013676a423942baa1433395e1909cfc /tests/option.test | |
parent | e779b224f859934b9df740e8d38a5c33cdc9ea69 (diff) | |
parent | f9ee1aea25b4ab3d9e40b20a28d117bdc852bf9f (diff) | |
download | tk-52ee352e4469c63b56322643d38caafc70025395.zip tk-52ee352e4469c63b56322643d38caafc70025395.tar.gz tk-52ee352e4469c63b56322643d38caafc70025395.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 3b6ce31..ad802bd 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ówn 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" |