summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-14 13:08:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-14 13:08:42 (GMT)
commit48e3fd23cc11fc9c33350e98a2be6fe0f9146289 (patch)
treed6ff7b7000ae9875667ac20e886e4dec2d28199b /tests/fileName.test
parent74a9c30730098d06b41f2da50910e864854e06de (diff)
downloadtcl-48e3fd23cc11fc9c33350e98a2be6fe0f9146289.zip
tcl-48e3fd23cc11fc9c33350e98a2be6fe0f9146289.tar.gz
tcl-48e3fd23cc11fc9c33350e98a2be6fe0f9146289.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 e603c5a..ebad33b 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.51.8.1 2008/08/13 18:12:56 dgp Exp $
+# RCS: @(#) $Id: fileName.test,v 1.51.8.2 2008/08/14 13:08:45 dgp Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -1538,7 +1538,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
@@ -1547,7 +1547,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
@@ -1565,7 +1565,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