summaryrefslogtreecommitdiffstats
path: root/tests/winFile.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-19 13:29:02 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-19 13:29:02 (GMT)
commit645435663a5c2ba8dcdc3be20f50410cae48a629 (patch)
treeadc6892b67cd4f7366f198bac63053eb6b2d5773 /tests/winFile.test
parentbd5e2688af7a2c5484b64e23711d31ab5341a356 (diff)
downloadtcl-645435663a5c2ba8dcdc3be20f50410cae48a629.zip
tcl-645435663a5c2ba8dcdc3be20f50410cae48a629.tar.gz
tcl-645435663a5c2ba8dcdc3be20f50410cae48a629.tar.bz2
Fix whitespace
Diffstat (limited to 'tests/winFile.test')
-rw-r--r--tests/winFile.test19
1 files changed, 1 insertions, 18 deletions
diff --git a/tests/winFile.test b/tests/winFile.test
index b4c78b8..e09292d 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.12 2003/12/09 16:03:42 vincentdarley Exp $
+# RCS: @(#) $Id: winFile.test,v 1.13 2004/05/19 13:29:02 dkf Exp $
if {[catch {package require tcltest 2.0.2}]} {
puts stderr "Skipping tests in [info script]. tcltest 2.0.2 required."
@@ -65,7 +65,6 @@ test winFile-2.1 {TclpMatchFiles: case sensitivity} {pcOnly} {
removeFile GlobCapS
set result
} {GlobCapS GlobCapS}
-
test winFile-2.2 {TclpMatchFiles: case sensitivity} {pcOnly} {
makeFile {} globlower
set result [list [glob -nocomplain globl*] [glob -nocomplain gLOBl*]]
@@ -173,7 +172,6 @@ test winFile-4.0 {
cacls $fname /E /P $user:N
test_access $fname 0 0
} -result {}
-
test winFile-4.1 {
Enhanced NTFS user/group permissions: test readable only
} -constraints {
@@ -185,7 +183,6 @@ test winFile-4.1 {
cacls $fname /E /G $user:R
test_access $fname 1 0
} -result {}
-
test winFile-4.2 {
Enhanced NTFS user/group permissions: test writable only
} -constraints {
@@ -198,7 +195,6 @@ test winFile-4.2 {
cacls $fname /E /G $user:W
test_access $fname 0 1
} -result {}
-
test winFile-4.3 {
Enhanced NTFS user/group permissions: test read+write
} -constraints {
@@ -212,7 +208,6 @@ test winFile-4.3 {
cacls $fname /E /G $user:W
test_access $fname 1 1
} -result {}
-
test winFile-4.4 {
Enhanced NTFS user/group permissions: test full access
} -constraints {
@@ -231,15 +226,3 @@ file delete $fname
# cleanup
::tcltest::cleanupTests
return
-
-
-
-
-
-
-
-
-
-
-
-