aboutsummaryrefslogtreecommitdiff
path: root/tests/expand.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expand.test')
-rw-r--r--tests/expand.test6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/expand.test b/tests/expand.test
index 1527cd9..2c7023a 100644
--- a/tests/expand.test
+++ b/tests/expand.test
@@ -1,6 +1,4 @@
-source testing.tcl
-
-section "Expand Testing"
+source [file dirname [info script]]/testing.tcl
test expand-1.1 "Basic tests" {
set a {1 2 3}
@@ -8,7 +6,7 @@ test expand-1.1 "Basic tests" {
lappend a {*}$b
} {1 2 3 4 5 6}
-test expand-1.2 "Basic tests" {
+test expand-1.2 "Basic tests" jim {
set a {1 2 3}
set b {4 5 6}
lappend a {expand}$b