summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-06-11 13:47:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-06-11 13:47:49 (GMT)
commit19fbcafc692569c1095dfb8a78a717f8202f9627 (patch)
tree0e8fb3280ecfd675d9a918944af908421805b9a0 /tests
parent33dbda15badb308ceba71336a5fc9b2ee711250f (diff)
downloadtcl-19fbcafc692569c1095dfb8a78a717f8202f9627.zip
tcl-19fbcafc692569c1095dfb8a78a717f8202f9627.tar.gz
tcl-19fbcafc692569c1095dfb8a78a717f8202f9627.tar.bz2
Duplicate test number...
Diffstat (limited to 'tests')
-rw-r--r--tests/info.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test
index 686aa35..eaf2f62 100644
--- a/tests/info.test
+++ b/tests/info.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: info.test,v 1.21 2002/06/11 13:22:36 msofer Exp $
+# RCS: @(#) $Id: info.test,v 1.22 2002/06/11 13:47:49 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -548,7 +548,7 @@ test info-16.7 {info script option} {
} [list gorp.info newname.txt info.test]
removeFile gorp.info
makeFile {list [info script] [info script foo.bar]} gorp.info
-test info-16.3 {info script option} {
+test info-16.8 {info script option} {
list [source gorp.info] [file tail [info script]]
} [list [list gorp.info foo.bar] info.test]
removeFile gorp.info