summaryrefslogtreecommitdiffstats
path: root/tests/all
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-14 18:39:43 (GMT)
committerstanton <stanton>1998-09-14 18:39:43 (GMT)
commitaada09aa918105dd70186da6252c8a92d444b580 (patch)
tree91ecabdbdcd0bf4fb6bc9397a725b55993ed4060 /tests/all
parentf8dab0988bd8bcd72a79a9335424a2a44c7afd0f (diff)
downloadtcl-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/all4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all b/tests/all
index 4023e55..03847de 100644
--- a/tests/all
+++ b/tests/all
@@ -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