From ee57084f052a28c9aa15273f05a9fc522fa14c9e Mon Sep 17 00:00:00 2001
From: sebres <sebres@users.sourceforge.net>
Date: Tue, 24 Sep 2019 20:01:06 +0000
Subject: namespace.test: add missing clean-up (allow repetition of test within
 -singleproc 1)

---
 tests/namespace.test | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/namespace.test b/tests/namespace.test
index ad82abe..dd71697 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -2624,6 +2624,7 @@ test namespace-51.6 {name resolution path control} -body {
     namespace delete ::test_ns_1
     catch {rename ::pathtestB {}}
     catch {rename ::pathtestD {}}
+    catch {rename ::pathtestC {}}
 }
 test namespace-51.7 {name resolution path control} -body {
     namespace eval ::test_ns_1 {
-- 
cgit v0.12