summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-22 19:42:57 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-22 19:42:57 (GMT)
commit47774b8476483c34bcea8cb8422233d0e1007bf1 (patch)
treeb2ff2cd2179c5784007e8768e741027b617c938c /tests
parentf2882138fdb10093e33cbe23ad4eb5dea4461e6a (diff)
downloadtcl-47774b8476483c34bcea8cb8422233d0e1007bf1.zip
tcl-47774b8476483c34bcea8cb8422233d0e1007bf1.tar.gz
tcl-47774b8476483c34bcea8cb8422233d0e1007bf1.tar.bz2
New(ish) test interp-14.11 was missing its -cleanup.
Diffstat (limited to 'tests')
-rw-r--r--tests/interp.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/interp.test b/tests/interp.test
index 4d61e35..5299d82 100644
--- a/tests/interp.test
+++ b/tests/interp.test
@@ -615,6 +615,8 @@ test interp-14.11 {{interp alias} {target named the empty string} {bug 2bf56185}
} -body {
interp alias {} p1 $interp {}
p1 one two three
+} -cleanup {
+ interp delete $interp
} -result {one two three}
# part 15: testing file sharing