diff options
author | Armin Kunaschik <megabreit@googlemail.com> | 2016-05-31 02:26:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-21 11:41:31 -0700 |
commit | d2addc3b96886bb4dee71ef36684c8010bc37d16 (patch) | |
tree | 97a777af5c24ae5cb83aaa36d838906fb7f9cd5c /t/t3409-rebase-preserve-merges.sh | |
parent | 765428699a5381f113d19974720bc91b5bfeaf1d (diff) | |
download | git-ak/t7800-wo-readlink.tar.gz |
t7800: readlink may not be availableak/t7800-wo-readlink
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>
Diffstat (limited to 't/t3409-rebase-preserve-merges.sh')
0 files changed, 0 insertions, 0 deletions