summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-11 09:55:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-11 09:55:15 (GMT)
commit7fb053c9643440e5075f5e513853c9efff0ae44d (patch)
tree9ff6ddc34e187c210a89e69f29a030ac35e35c91 /tests/cmdAH.test
parent09e3a3c56b5d44c637c6ed0593257e51461e8861 (diff)
downloadtcl-7fb053c9643440e5075f5e513853c9efff0ae44d.zip
tcl-7fb053c9643440e5075f5e513853c9efff0ae44d.tar.gz
tcl-7fb053c9643440e5075f5e513853c9efff0ae44d.tar.bz2
Fix [3118489]: NUL in filenames, now fixed for both Windows and UNIX.
For consistancy, any NUL character in a filename prevents the native filesystem to generate a native file representation for it. Other filesystems than the native one may still accept it, but it's not recommended.
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r--tests/cmdAH.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index 80706b6..04a86fa 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.test
@@ -141,7 +141,7 @@ test cmdAH-2.6.2 {cd} -constraints {unix nonPortable} -setup {
} -cleanup {
cd $dir
} -result {/}
-test cmdAH-2.6.3 {Tcl_CdObjCmd, bug #3118489} -constraints win -returnCodes error -body {
+test cmdAH-2.6.3 {Tcl_CdObjCmd, bug #3118489} -returnCodes error -body {
cd .\0
} -result "couldn't change working directory to \".\0\": no such file or directory"
test cmdAH-2.7 {Tcl_ConcatObjCmd} {