diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-11 08:25:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-11 08:25:23 (GMT) |
commit | 513225dbd0f8f31a43f1530acf43d710d876e31a (patch) | |
tree | 3307ceed139b0751dee8838078d02f7fbdf8c164 /ChangeLog | |
parent | 8a6b2a44507dbb5a40167594764ca667c687edab (diff) | |
download | tcl-513225dbd0f8f31a43f1530acf43d710d876e31a.zip tcl-513225dbd0f8f31a43f1530acf43d710d876e31a.tar.gz tcl-513225dbd0f8f31a43f1530acf43d710d876e31a.tar.bz2 |
[file attributes -permissions] is Unix-only; [catch] it for portability
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2002-07-11 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/cmdAH.test: [file attr -perm] is Unix-only, so add [catch] + when not inside a suitably-protected test. + 2002-07-10 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/unixFCmd.test, tests/fileName.test: |