summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2018-05-24 20:51:45 (GMT)
committerfvogel <fvogelnew1@free.fr>2018-05-24 20:51:45 (GMT)
commit6d943ef7b5327ee4ccdf46fecd74ecbb5f75ca73 (patch)
tree1440da293a0c27fd14cc7b6530aacb4901f34207
parent36a1a69178cf1667f7ddd31ee00274f9e7709139 (diff)
downloadtcl-6d943ef7b5327ee4ccdf46fecd74ecbb5f75ca73.zip
tcl-6d943ef7b5327ee4ccdf46fecd74ecbb5f75ca73.tar.gz
tcl-6d943ef7b5327ee4ccdf46fecd74ecbb5f75ca73.tar.bz2
Remove test filesystem-1.30.3, this is unstestable
-rw-r--r--tests/fileSystem.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 277fcd3..f778112 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -270,9 +270,6 @@ 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