diff options
author | hershey <hershey> | 1999-04-17 00:32:27 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-04-17 00:32:27 (GMT) |
commit | 099c93d0b49e614cfeffec26211d60d95235e2bf (patch) | |
tree | d397aeef664656316cd9691f280f0a3560670008 /tests/all.tcl | |
parent | 7ef335cb1b504d531a013d66e510b8c2d48945cc (diff) | |
download | tcl-099c93d0b49e614cfeffec26211d60d95235e2bf.zip tcl-099c93d0b49e614cfeffec26211d60d95235e2bf.tar.gz tcl-099c93d0b49e614cfeffec26211d60d95235e2bf.tar.bz2 |
changes make Tcl_Access and Tcl_Stat public.
also one minor fix in tests/all.tcl to fix bug 1770.
Diffstat (limited to 'tests/all.tcl')
-rw-r--r-- | tests/all.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all.tcl b/tests/all.tcl index a6c596a..099e3ad 100644 --- a/tests/all.tcl +++ b/tests/all.tcl @@ -7,9 +7,9 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: all.tcl,v 1.2 1999/04/16 00:47:23 stanton Exp $ +# RCS: @(#) $Id: all.tcl,v 1.3 1999/04/17 00:32:32 hershey Exp $ -if {[lsearch ::tcltest [namespace children]] == -1} { +if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] } set ::tcltest::testSingleFile false |