summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley@noemail.net>2003-02-12 18:57:43 (GMT)
committervincentdarley <vincentdarley@noemail.net>2003-02-12 18:57:43 (GMT)
commite1da2e07b654c0c9bd05b15bbc0756acfa89951a (patch)
treeb100d4dd9bf3072e691813a756381ae21d9309ae /tests/fCmd.test
parent5f45ab05e3f87154ae1aba79c92fa5973be3efc0 (diff)
downloadtcl-e1da2e07b654c0c9bd05b15bbc0756acfa89951a.zip
tcl-e1da2e07b654c0c9bd05b15bbc0756acfa89951a.tar.gz
tcl-e1da2e07b654c0c9bd05b15bbc0756acfa89951a.tar.bz2
glob -l on broken symlink fix
FossilOrigin-Name: be22ec9c7965c67002d4e998fc2b4e58fe9db82f
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 08ff618..e3bec24 100644
--- a/tests/fCmd.test
+++ b/tests/fCmd.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: fCmd.test,v 1.25 2002/10/04 08:25:14 dkf Exp $
+# RCS: @(#) $Id: fCmd.test,v 1.26 2003/02/12 19:18:13 vincentdarley Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -69,11 +69,11 @@ proc openup {path} {
}
proc cleanup {args} {
- if {$::tcl_platform(platform) == "macintosh"} {
- set wd [list :]
- } else {
- set wd [list .]
- }
+ if {$::tcl_platform(platform) == "macintosh"} {
+ set wd [list :]
+ } else {
+ set wd [list .]
+ }
foreach p [concat $wd $args] {
set x ""
catch {