summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-05-23 21:08:01 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-05-23 21:08:01 (GMT)
commit36a1a69178cf1667f7ddd31ee00274f9e7709139 (patch)
tree058d2725222ca797a0b299bc0242ec6cff8db0c5 /tests/fileSystem.test
parentdffe6bc7f17cc047da64213a097fe2f9b3a58865 (diff)
downloadtcl-36a1a69178cf1667f7ddd31ee00274f9e7709139.zip
tcl-36a1a69178cf1667f7ddd31ee00274f9e7709139.tar.gz
tcl-36a1a69178cf1667f7ddd31ee00274f9e7709139.tar.bz2
Add support for ~domain\user style user names, with new test test filesystem-1.30.3. Warning: does not yet work.
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r--tests/fileSystem.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index f778112..277fcd3 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -270,6 +270,9 @@ test filesystem-1.30.1 {normalisation of existing user} -body {
test filesystem-1.30.2 {normalisation of nonexistent user specified as user@domain} -body {
file normalize ~nonexistentuser@nonexistentdomain
} -returnCodes error -result {user "nonexistentuser@nonexistentdomain" doesn't exist}
+test filesystem-1.30.3 {normalisation of nonexistent user specified as domain\user} -body {
+ file normalize ~nonexistentdomain\\nonexistentuser
+} -returnCodes error -result {user "nonexistentdomain\nonexistentuser" doesn't exist}
test filesystem-1.31 {link normalisation: link near filesystem root} {testsetplatform} {
testsetplatform unix
file normalize /foo/../bar