summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2004-08-31 09:20:07 (GMT)
committervincentdarley <vincentdarley>2004-08-31 09:20:07 (GMT)
commit2dff694c415bcb05ec35723e1d67c61c07d7bfaa (patch)
tree28e5ff79e11f47a2fa58fc11d62d0ccc75d97643 /tests/fCmd.test
parente8d73728c49a16146477d579a1c0859b30546ec9 (diff)
downloadtcl-2dff694c415bcb05ec35723e1d67c61c07d7bfaa.zip
tcl-2dff694c415bcb05ec35723e1d67c61c07d7bfaa.tar.gz
tcl-2dff694c415bcb05ec35723e1d67c61c07d7bfaa.tar.bz2
two bugs fixed in filesystem docs and tests
Diffstat (limited to 'tests/fCmd.test')
-rw-r--r--tests/fCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fCmd.test b/tests/fCmd.test
index 38c3d46..8722826 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.41 2004/06/23 15:36:56 dkf Exp $
+# RCS: @(#) $Id: fCmd.test,v 1.42 2004/08/31 09:20:10 vincentdarley Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -2382,7 +2382,7 @@ test fCmd-28.16 {file link: glob inside link} {linkDirectory} {
file link abc.link abc.dir
set res [glob -dir abc.link -tails *]
cd [workingDirectory]
- set res
+ lsort $res
} {abc.file abc2.file}
test fCmd-28.17 {file link: glob -type l} {linkDirectory} {