Searched refs:LINK2 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dunixcmds.test47 TestRemove LINK2.TMP
49 link LINK1.TMP LINK2.TMP
54 file stat LINK2.TMP stat
57 set result [list [file exists LINK2.TMP] [expr $ino1==$ino2] \
59 TestRemove LINK1.TMP LINK2.TMP
64 list [catch {link LINK1.TMP LINK2.TMP} msg] [string tolower $msg]
74 TestRemove LINK2.TMP
76 link -sym LINK1.TMP LINK2.TMP
78 set result [file readlink LINK2.TMP]
79 TestRemove LINK1.TMP LINK2
[all...]

Completed in 125 milliseconds