diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-11 11:48:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-11 11:48:32 (GMT) |
commit | af3a20ad4e5a3f11a36e905a9f550e1e55b7dd38 (patch) | |
tree | 3f3b2dc0cecf52b1aca838df1c16e2548d0486eb | |
parent | f4f6ef461bd3f9e635f4f433c6a732fe4e5e4903 (diff) | |
download | tcl-af3a20ad4e5a3f11a36e905a9f550e1e55b7dd38.zip tcl-af3a20ad4e5a3f11a36e905a9f550e1e55b7dd38.tar.gz tcl-af3a20ad4e5a3f11a36e905a9f550e1e55b7dd38.tar.bz2 |
Mark test macOSXFCmf-2.8 non-portable. It appears to pass when the older
HFS+ filesystem is in use, often on disk drives in older systems. It appears
to fail when APFS is in use, more typical on newer SSD storage.
-rw-r--r-- | tests/macOSXFCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/macOSXFCmd.test b/tests/macOSXFCmd.test index 132b2fe..f1758f5 100644 --- a/tests/macOSXFCmd.test +++ b/tests/macOSXFCmd.test @@ -99,7 +99,7 @@ test macOSXFCmd-2.6 {MacOSXSetFileAttribute - hidden} {macosxFileAttr notRoot} { [catch {file attributes foo.test -hidden} msg] $msg \ [file delete -force -- foo.test] } {0 {} 0 1 {}} -test macOSXFCmd-2.7 {MacOSXSetFileAttribute - rsrclength} {macosxFileAttr notRoot} { +test macOSXFCmd-2.7 {MacOSXSetFileAttribute - rsrclength} {macosxFileAttr notRoot nonPortable} { catch {file delete -force -- foo.test} close [open foo.test w] catch { |