summaryrefslogtreecommitdiffstats
path: root/tests/interp.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interp.test')
-rw-r--r--tests/interp.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/interp.test b/tests/interp.test
index 0af9887..f25663a 100644
--- a/tests/interp.test
+++ b/tests/interp.test
@@ -308,13 +308,13 @@ test interp-9.4 {testing aliases and namespace commands} {
interp alias {} a {} p
set res [a]
lappend res [namespace eval tst a]
- rename p {}
- rename a {}
+ rename p ""
+ rename a ""
namespace delete tst
set res
} {GLOBAL GLOBAL}
-if {[info command nonexistent-command-in-master] != ""} {
+if {[info command nonexistent-command-in-master] ne ""} {
rename nonexistent-command-in-master {}
}