diff options
Diffstat (limited to 'tests/unixFile.test')
| -rw-r--r-- | tests/unixFile.test | 2 |
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] |
