summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-14 13:07:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-14 13:07:55 (GMT)
commit2414df4f990db1865ef1012ceb0cb172b728fa60 (patch)
treecd5be98f8f15538a19646ff780bbde24cd57d404 /tests/fileName.test
parent978f2d06b37ac3302422812bf8cb0ad7eb972f97 (diff)
downloadtcl-2414df4f990db1865ef1012ceb0cb172b728fa60.zip
tcl-2414df4f990db1865ef1012ceb0cb172b728fa60.tar.gz
tcl-2414df4f990db1865ef1012ceb0cb172b728fa60.tar.bz2
* tests/fileName.test: Revise new tests for portability to case
insensitive filesystems.
Diffstat (limited to 'tests/fileName.test')
-rw-r--r--tests/fileName.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/fileName.test b/tests/fileName.test
index 4573fbe..138f5c6 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.30.2.8 2008/08/13 17:59:08 dgp Exp $
+# RCS: @(#) $Id: fileName.test,v 1.30.2.9 2008/08/14 13:07:58 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -2012,7 +2012,7 @@ test fileName-20.1 {Bug 1750300} -setup {
set d [makeDirectory foo]
makeFile {} TAGS $d
} -body {
- llength [glob -nocomplain -directory $d -- TAGS tags Tags]
+ llength [glob -nocomplain -directory $d -- TAGS one two]
} -cleanup {
removeFile TAGS $d
removeDirectory foo
@@ -2021,7 +2021,7 @@ test fileName-20.2 {Bug 1750300} -setup {
set d [makeDirectory foo]
makeFile {} TAGS $d
} -body {
- llength [glob -nocomplain -directory $d -types {} -- TAGS tags Tags]
+ llength [glob -nocomplain -directory $d -types {} -- TAGS one two]
} -cleanup {
removeFile TAGS $d
removeDirectory foo
@@ -2039,7 +2039,7 @@ test fileName-20.4 {Bug 1750300} -setup {
set d [makeDirectory foo]
makeFile {} TAGS $d
} -body {
- llength [glob -nocomplain -directory $d -types {} -- URGENT Urgent]
+ llength [glob -nocomplain -directory $d -types {} -- URGENT Urkle]
} -cleanup {
removeFile TAGS $d
removeDirectory foo