diff options
author | stanton <stanton> | 1999-02-02 23:01:41 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-02-02 23:01:41 (GMT) |
commit | bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64 (patch) | |
tree | 72ba9aed5684e848e1f3f3edea37abebc85d0c8a /tests/winFCmd.test | |
parent | 9708a6b49c268ebfe21935663a6b22f0ffa08d1d (diff) | |
download | tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.zip tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.gz tcl-bfede94fa75c69f6d063f4eca7c4b2fe9d74bb64.tar.bz2 |
lint
Diffstat (limited to 'tests/winFCmd.test')
-rw-r--r-- | tests/winFCmd.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test index 55df5d0..dad71e9 100644 --- a/tests/winFCmd.test +++ b/tests/winFCmd.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: winFCmd.test,v 1.2 1998/09/14 18:40:15 stanton Exp $ +# RCS: @(#) $Id: winFCmd.test,v 1.3 1999/02/02 23:01:42 stanton Exp $ # if {[string compare test [info procs test]] == 1} then {source defs} @@ -733,8 +733,8 @@ test winFCmd-7.18 {TraverseWinTree: recurse on files: several files and dir} { createfile td1/tf3 createfile td1/tf4 testfile cpdir td1 td2 - glob td2/* -} {td2/tf1 td2/tf2 td2/td2 td2/tf3 td2/tf4} + lsort [glob td2/*] +} {td2/td2 td2/tf1 td2/tf2 td2/tf3 td2/tf4} test winFCmd-7.19 {TraverseWinTree: call TraversalCopy: DOTREE_POSTD} { cleanup file mkdir td1 |