summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-22 19:57:49 (GMT)
committerhobbs <hobbs>2002-04-22 19:57:49 (GMT)
commitf53cd80c45d6ec6c944e55a1fc5f2702cfcf94be (patch)
tree820043edddc39050aca6385940dad81ef08f378d /tests
parent74a8cec7b3d86d6cd5547c8efb2bdb3c3ecb9bc0 (diff)
downloadtcl-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')
-rw-r--r--tests/fileName.test4
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} {