summaryrefslogtreecommitdiffstats
path: root/tests/winFile.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-04-14 15:45:44 (GMT)
committervincentdarley <vincentdarley>2003-04-14 15:45:44 (GMT)
commitfd0cb8322185cf336df37fc5b295d55805ef060d (patch)
tree74444b936f24402204e38c25adc44d99449c4a26 /tests/winFile.test
parent8c427b3012086d941bd0847e0a4ed8b1d27497ab (diff)
downloadtcl-fd0cb8322185cf336df37fc5b295d55805ef060d.zip
tcl-fd0cb8322185cf336df37fc5b295d55805ef060d.tar.gz
tcl-fd0cb8322185cf336df37fc5b295d55805ef060d.tar.bz2
filesystem fixes backported
Diffstat (limited to 'tests/winFile.test')
-rw-r--r--tests/winFile.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/winFile.test b/tests/winFile.test
index 4b04096..95816ff 100644
--- a/tests/winFile.test
+++ b/tests/winFile.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: winFile.test,v 1.9 2002/07/18 16:36:56 vincentdarley Exp $
+# RCS: @(#) $Id: winFile.test,v 1.9.2.1 2003/04/14 15:45:58 vincentdarley Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest
@@ -25,7 +25,7 @@ test winFile-1.2 {TclpGetUserHome} {pcOnly nt nonPortable} {
catch {glob ~administrator}
} {0}
-test winFile-1.2 {TclpGetUserHome} {pcOnly 95} {
+test winFile-1.3 {TclpGetUserHome} {pcOnly 95} {
# Find some user in system.ini and then see if they have a home.
set f [open $::env(windir)/system.ini]
@@ -44,7 +44,7 @@ test winFile-1.2 {TclpGetUserHome} {pcOnly 95} {
close $f
set x
} {0}
-test winFile-1.3 {TclpGetUserHome} {pcOnly nt nonPortable} {
+test winFile-1.4 {TclpGetUserHome} {pcOnly nt nonPortable} {
catch {glob ~stanton@workgroup}
} {0}