Author :
Stefano Lattarini
Date :
2010-05-06 18:12:25
Hash :c95cff68 Message :Fix conflnk3.test to work with Solaris/Heirloom Sh.
* tests/conflnk3.test: Use `test -r FILE' and `test ! -r FILE'
instead of respectively `test -e FILE' and `test ! -e FILE',
since Solaris Sh doesn't grok the latter. Do not SKIP the test
if the shell doesn't support `test -e'.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>