summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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