Fix conflnk3.test to work with Solaris/Heirloom Sh.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 6 May 2010 16:12:25 +0000 (18:12 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 23 May 2010 12:06:42 +0000 (14:06 +0200)
commitc95cff68735bfe3be55934a6f172eb89ab3d07d0
treeb50536ef43d0ae15647f3f111f85cc8cb594eb5c
parent5eb0bf21fba328450fbf41d19ed2e592ba4506f2
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>
ChangeLog
tests/conflnk3.test