diff options
Diffstat (limited to 'tests/macOSXFCmd.test')
| -rw-r--r-- | tests/macOSXFCmd.test | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/macOSXFCmd.test b/tests/macOSXFCmd.test index 15b3909..071f11b 100644 --- a/tests/macOSXFCmd.test +++ b/tests/macOSXFCmd.test @@ -8,9 +8,6 @@ # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -# -# RCS: @(#) $Id: macOSXFCmd.test,v 1.4 2006/03/21 11:12:29 dkf Exp $ -# if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -106,7 +103,7 @@ test macOSXFCmd-2.7 {MacOSXSetFileAttribute - rsrclength} {macosxFileAttr notRoo catch {file delete -force -- foo.test} close [open foo.test w] catch { - set f [open foo.test/rsrc w] + set f [open foo.test/..namedfork/rsrc w] fconfigure $f -translation lf -eofchar {} puts -nonewline $f "foo" close $f @@ -123,7 +120,7 @@ test macOSXFCmd-3.1 {MacOSXCopyFileAttributes} {macosxFileAttr notRoot} { close [open foo.test w] catch { file attributes foo.test -creator FOOC -type FOOT -hidden 1 - set f [open foo.test/rsrc w] + set f [open foo.test/..namedfork/rsrc w] fconfigure $f -translation lf -eofchar {} puts -nonewline $f "foo" close $f |
