diff options
author | fvogel <fvogelnew1@free.fr> | 2018-05-24 20:51:45 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-05-24 20:51:45 (GMT) |
commit | 44db9586438bd2024448de69f09611b2bde0f925 (patch) | |
tree | 1440da293a0c27fd14cc7b6530aacb4901f34207 /tests/fileSystem.test | |
parent | 07531aa01b8a5e923b80330ca5907f589e630427 (diff) | |
download | tcl-44db9586438bd2024448de69f09611b2bde0f925.zip tcl-44db9586438bd2024448de69f09611b2bde0f925.tar.gz tcl-44db9586438bd2024448de69f09611b2bde0f925.tar.bz2 |
Remove test filesystem-1.30.3, this is unstestable
Diffstat (limited to 'tests/fileSystem.test')
-rw-r--r-- | tests/fileSystem.test | 3 |
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 |