summaryrefslogtreecommitdiffstats
path: root/tests/tcltest.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-10 08:23:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-10 08:23:43 (GMT)
commit44f3709e8335dbc8a676e6a0b1cb96f5baa5a9a8 (patch)
tree3d4d6ffa787a3ed3e3ed714dc7157dc7326613fb /tests/tcltest.test
parent79dadcd3fc5ed9ea8c8b3f65fbaddeb48cf2b883 (diff)
parent36e74b9e8d9617fef6cde92fcc36e8f17d83d8b7 (diff)
downloadtcl-44f3709e8335dbc8a676e6a0b1cb96f5baa5a9a8.zip
tcl-44f3709e8335dbc8a676e6a0b1cb96f5baa5a9a8.tar.gz
tcl-44f3709e8335dbc8a676e6a0b1cb96f5baa5a9a8.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/tcltest.test')
-rw-r--r--tests/tcltest.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcltest.test b/tests/tcltest.test
index 19e5fc5..6bc5ad1 100644
--- a/tests/tcltest.test
+++ b/tests/tcltest.test
@@ -717,8 +717,8 @@ test tcltest-8.60 {::workingDirectory} {
switch -- $::tcl_platform(platform) {
unix {
- file attributes $notReadableDir -permissions 777
- file attributes $notWriteableDir -permissions 777
+ file attributes $notReadableDir -permissions 0o777
+ file attributes $notWriteableDir -permissions 0o777
}
default {
catch {testchmod 0o777 $notWriteableDir}