tests: "cp -a" is a GNUism
commitd4a7ffaae3fa3302a73e00dab01b80c4bfd17cdb
authorBen Walton <bdwalton@gmail.com>
Mon, 8 Oct 2012 08:08:01 +0000 (8 09:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Oct 2012 21:37:43 +0000 (8 14:37 -0700)
tree5a56ee3c00ad7b9187dc1bdff86ad1e067f785fa
parent9376c8603fc1f9b5bf663b76705dfee77f71ef82
tests: "cp -a" is a GNUism

These tests just want a bit-for-bit identical copy; they do not need
even -H (there is no symbolic link involved) nor -p (there is no
funny permission or ownership issues involved).

Just use "cp -R" instead.

Signed-off-by: Ben Walton <bdwalton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5400-send-pack.sh
t/t5550-http-fetch.sh
t/t5800-remote-helpers.sh