diff options
Diffstat (limited to 'tests/info.test')
-rw-r--r-- | tests/info.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/info.test b/tests/info.test index db20d58..4f87e99 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.23 2002/06/11 13:56:20 dkf Exp $ +# RCS: @(#) $Id: info.test,v 1.24 2002/07/01 07:52:03 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -521,7 +521,6 @@ test info-16.1 {info script option} { test info-16.2 {info script option} { file tail [info sc] } "info.test" -removeFile gorp.info set gorpfile [makeFile "info script\n" gorp.info] test info-16.3 {info script option} { list [source $gorpfile] [file tail [info script]] |