summaryrefslogtreecommitdiffstats
path: root/tests/rename.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rename.test')
-rw-r--r--tests/rename.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rename.test b/tests/rename.test
index 246dbf8..2c7b6d7 100644
--- a/tests/rename.test
+++ b/tests/rename.test
@@ -11,7 +11,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: rename.test,v 1.8 2000/04/10 17:19:03 ericm Exp $
+# RCS: @(#) $Id: rename.test,v 1.8.2.1 2001/09/12 20:34:59 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -174,5 +174,7 @@ if {[info commands incr.old] != {}} {
catch {rename incr {}}
catch {rename incr.old incr}
}
+catch {rename x {}}
+catch {rename kill {}}
::tcltest::cleanupTests
return