summaryrefslogtreecommitdiffstats
path: root/tests/unixFile.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-10 09:50:25 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-10 09:50:25 (GMT)
commite5777aad56d50236d7ed1cbbd6798f2073e82ab1 (patch)
treee0e909ff74b0ae908668f94641974898b4ba9cd4 /tests/unixFile.test
parent84bbce0e297b91b5cac1c910a2d38db643a20c77 (diff)
parent20e0998a323f571ddb5f5aaf9789dcc8fa6b06b7 (diff)
downloadtcl-e5777aad56d50236d7ed1cbbd6798f2073e82ab1.zip
tcl-e5777aad56d50236d7ed1cbbd6798f2073e82ab1.tar.gz
tcl-e5777aad56d50236d7ed1cbbd6798f2073e82ab1.tar.bz2
Merge 8.6. Add empty "tests/safe-stock86.test", in an attempt to remove this file from the GIT branches (it shouldn't be there, just as in fossil)
Diffstat (limited to 'tests/unixFile.test')
-rw-r--r--tests/unixFile.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixFile.test b/tests/unixFile.test
index 11957fe..e2a634a 100644
--- a/tests/unixFile.test
+++ b/tests/unixFile.test
@@ -24,7 +24,7 @@ cd [temporaryDirectory]
catch {
set oldPath $env(PATH)
- file attributes [makeFile "" junk] -perm 0777
+ file attributes [makeFile "" junk] -perm 0o777
}
set absPath [file join [temporaryDirectory] junk]