test(1) unexpected result (to me)

Julian Elischer julian at elischer.org
Tue Jan 11 16:41:12 PST 2005


# ls -l /sys
lrwxrwxrwx  1 root  wheel  11 Sep  4 22:03 /sys -> usr/src/sys
# if [ /sys -ef /usr/src/sys ]
 > then
 > echo same
 > else
 > echo no
 > fi
no


I would have expected the result "same"

comments?



More information about the freebsd-current mailing list