summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-05-11 20:53:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-05-11 20:53:22 (GMT)
commit6721be522c279e1343d675072819bd1671b40fe8 (patch)
tree87f3c645f77c17b9962d374feae32daca271d2a9 /tests
parent3a509540d384f5f707a39987642f1f111e4bf657 (diff)
downloadtk-6721be522c279e1343d675072819bd1671b40fe8.zip
tk-6721be522c279e1343d675072819bd1671b40fe8.tar.gz
tk-6721be522c279e1343d675072819bd1671b40fe8.tar.bz2
Fix for the [button ... -textvariable] parts of [5d991b822e].
Diffstat (limited to 'tests')
-rw-r--r--tests/button.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/button.test b/tests/button.test
index 21ccf8f..edc5a42 100644
--- a/tests/button.test
+++ b/tests/button.test
@@ -3978,7 +3978,7 @@ test button-15.2 {Bug [5d991b822e]} {
.b configure -textvariable new
}}}
pack .b
- bind .b <Configure> {unset var}
+ bind .b <Configure> {unset -nocomplain var}
update
destroy .b
unset new