summaryrefslogtreecommitdiffstats
path: root/tests/winFCmd.test
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-03-15 22:10:29 (GMT)
committervincentdarley <vincentdarley>2005-03-15 22:10:29 (GMT)
commit7a9aec907c0a66332f6c2f5407644103789ffca7 (patch)
tree9759059721a45033c633785996a261ee89492a82 /tests/winFCmd.test
parent80ea434eccffb966c5168296cba7e635fafeb1f4 (diff)
downloadtcl-7a9aec907c0a66332f6c2f5407644103789ffca7.zip
tcl-7a9aec907c0a66332f6c2f5407644103789ffca7.tar.gz
tcl-7a9aec907c0a66332f6c2f5407644103789ffca7.tar.bz2
more tests and a fix to bug 1158199
Diffstat (limited to 'tests/winFCmd.test')
-rw-r--r--tests/winFCmd.test10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/winFCmd.test b/tests/winFCmd.test
index df8698a..0872add 100644
--- a/tests/winFCmd.test
+++ b/tests/winFCmd.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: winFCmd.test,v 1.36 2005/03/15 18:07:56 vincentdarley Exp $
+# RCS: @(#) $Id: winFCmd.test,v 1.37 2005/03/15 22:10:30 vincentdarley Exp $
#
if {[lsearch [namespace children] ::tcltest] == -1} {
@@ -1120,6 +1120,14 @@ test winFCmd-18.1.5 {Windows reserved path names} -constraints win -body {
file pathtype lpt4
} -result "relative"
+test winFCmd-18.1.6 {Windows reserved path names} -constraints win -body {
+ file pathtype nul
+} -result "absolute"
+
+test winFCmd-18.1.7 {Windows reserved path names} -constraints win -body {
+ file pathtype null
+} -result "relative"
+
test winFCmd-18.2 {Windows reserved path names} -constraints win -body {
file pathtype com1:
} -result "absolute"