diff options
Diffstat (limited to 'tests/tcltest.test')
-rw-r--r-- | tests/tcltest.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test index a9ce785..6bc5ad1 100644 --- a/tests/tcltest.test +++ b/tests/tcltest.test @@ -544,6 +544,7 @@ set notReadableDir [file join [temporaryDirectory] notreadable] set notWriteableDir [file join [temporaryDirectory] notwriteable] makeDirectory notreadable makeDirectory notwriteable + switch -- $::tcl_platform(platform) { unix { file attributes $notReadableDir -permissions 0o333 |