t7800: readlink may not be available
commitd2addc3b96886bb4dee71ef36684c8010bc37d16
authorArmin Kunaschik <megabreit@googlemail.com>
Tue, 31 May 2016 00:26:12 +0000 (31 02:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jun 2016 18:41:31 +0000 (21 11:41 -0700)
tree97a777af5c24ae5cb83aaa36d838906fb7f9cd5c
parent765428699a5381f113d19974720bc91b5bfeaf1d
t7800: readlink may not be available

The readlink(1) command is not available on all platforms (notably
not on AIX and HP-UX) and can be replaced in this test with the
"workaround"

ls -ld <name> | sed -e 's/.* -> //'

This is no universal readlink replacement but works in the
controlled test environment well enough.

Signed-off-by: Armin Kunaschik <megabreit@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7800-difftool.sh