Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 16:41:10 -0800
From:      Julian Elischer <julian@elischer.org>
To:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   test(1) unexpected result  (to me)
Message-ID:  <41E47226.8050001@elischer.org>

next in thread | raw e-mail | index | archive | help
# 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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E47226.8050001>