diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-01 07:52:02 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-01 07:52:02 (GMT) |
commit | ad1ccfdeba286542f72f1f58a8387d32a66eae80 (patch) | |
tree | 4eb1829723d0b43f31aa865b86bf3afa33d292ea /tests/info.test | |
parent | 688fa3e8e5fa9917e24ef78bddcbbfae8f20c80c (diff) | |
download | tcl-ad1ccfdeba286542f72f1f58a8387d32a66eae80.zip tcl-ad1ccfdeba286542f72f1f58a8387d32a66eae80.tar.gz tcl-ad1ccfdeba286542f72f1f58a8387d32a66eae80.tar.bz2 |
* Updated the instructions on running and adding to the test suite.
Also updated several tests, mostly to correctly create and destroy
any temporary files in the [temporaryDirectory] of tcltest.
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]] |