diff options
author | hobbs <hobbs> | 2002-04-22 19:57:49 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-22 19:57:49 (GMT) |
commit | f53cd80c45d6ec6c944e55a1fc5f2702cfcf94be (patch) | |
tree | 820043edddc39050aca6385940dad81ef08f378d /tests/fileName.test | |
parent | 74a8cec7b3d86d6cd5547c8efb2bdb3c3ecb9bc0 (diff) | |
download | tcl-f53cd80c45d6ec6c944e55a1fc5f2702cfcf94be.zip tcl-f53cd80c45d6ec6c944e55a1fc5f2702cfcf94be.tar.gz tcl-f53cd80c45d6ec6c944e55a1fc5f2702cfcf94be.tar.bz2 |
corrected constraint name for filename-12.1.4 to pcOnly from unixpcOnly
Diffstat (limited to 'tests/fileName.test')
-rw-r--r-- | tests/fileName.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fileName.test b/tests/fileName.test index 9d2e50b..18ca882 100644 --- a/tests/fileName.test +++ b/tests/fileName.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: fileName.test,v 1.17 2002/03/24 11:41:50 vincentdarley Exp $ +# RCS: @(#) $Id: fileName.test,v 1.18 2002/04/22 19:57:49 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -1437,7 +1437,7 @@ test filename-12.1.2 {simple globbing} {unixOrPc} { test filename-12.1.3 {simple globbing} {unixOnly} { list [catch {glob -types hidden {}} msg] $msg } {0 .} -test filename-12.1.4 {simple globbing} {unixpcOnly} { +test filename-12.1.4 {simple globbing} {pcOnly} { list [catch {glob -types hidden {}} msg] $msg } {1 {no files matched glob pattern ""}} test filename-12.1.5 {simple globbing} {pcOnly} { |