summaryrefslogtreecommitdiffstats
path: root/tests/reg.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reg.test')
-rw-r--r--tests/reg.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reg.test b/tests/reg.test
index 1d1c8aa..a8bd678 100644
--- a/tests/reg.test
+++ b/tests/reg.test
@@ -9,7 +9,7 @@
#
# Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
#
-# RCS: @(#) $Id: reg.test,v 1.17 2003/04/11 16:00:00 vincentdarley Exp $
+# RCS: @(#) $Id: reg.test,v 1.18 2003/10/06 14:32:22 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -138,7 +138,7 @@ proc doing {major desc} {
# build test number (internal)
proc tno {testid} {
- return [lindex $testid 0]
+ return [join $testid .]
}
# build description, with possible modifiers (internal)