diff options
author | stanton <stanton> | 1998-09-14 18:39:43 (GMT) |
---|---|---|
committer | stanton <stanton> | 1998-09-14 18:39:43 (GMT) |
commit | aada09aa918105dd70186da6252c8a92d444b580 (patch) | |
tree | 91ecabdbdcd0bf4fb6bc9397a725b55993ed4060 /tests/all | |
parent | f8dab0988bd8bcd72a79a9335424a2a44c7afd0f (diff) | |
download | tcl-aada09aa918105dd70186da6252c8a92d444b580.zip tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.gz tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.bz2 |
Replaced SCCS strings, fixed binary filescore_8_0_3
Diffstat (limited to 'tests/all')
-rw-r--r-- | tests/all | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # tests. Execute it by invoking "source all" when running tclTest # in this directory. # -# SCCS: @(#) all 1.8 97/08/01 11:07:14 +# RCS: @(#) $Id: all,v 1.2 1998/09/14 18:40:07 stanton Exp $ if {$tcl_platform(os) == "Win32s"} { set files [glob *.tes] @@ -12,7 +12,7 @@ if {$tcl_platform(os) == "Win32s"} { foreach i [lsort $files] { if [string match l.*.test $i] { - # This is an SCCS lock file; ignore it. + # This is an SCCS lockfile continue } puts stdout $i |