summaryrefslogtreecommitdiffstats
path: root/tests/imgBmap.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 08:01:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-14 08:01:46 (GMT)
commit626d7152122d3acfc5eafe232d0b81a4cbda5141 (patch)
tree628e1af0d28a7b8f23c0f637ce7f01c7e8b948ed /tests/imgBmap.test
parente9dc305d78edf450789ae4494b6c44d7a2e0b65a (diff)
parent19013242170fcb53f480c10a5ca48578456d2f1b (diff)
downloadtk-626d7152122d3acfc5eafe232d0b81a4cbda5141.zip
tk-626d7152122d3acfc5eafe232d0b81a4cbda5141.tar.gz
tk-626d7152122d3acfc5eafe232d0b81a4cbda5141.tar.bz2
Merge 8.6
Diffstat (limited to 'tests/imgBmap.test')
-rw-r--r--tests/imgBmap.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/imgBmap.test b/tests/imgBmap.test
index f885c59..4678bac 100644
--- a/tests/imgBmap.test
+++ b/tests/imgBmap.test
@@ -503,7 +503,7 @@ test imageBmap-11.2 {ImgBmapDelete procedure} -body {
test imageBmap-12.1 {ImgBmapCmdDeletedProc procedure} -body {
image create bitmap i2 -file foo.bm -maskfile foo2.bm
rename i2 {}
- list [expr {i2 in [imageNames]}] [catch {i2 foo} msg] $msg
+ list [expr {"i2" in [imageNames]}] [catch {i2 foo} msg] $msg
} -result {0 1 {invalid command name "i2"}}
removeFile foo.bm