From: Ben Walton Date: Mon, 8 Oct 2012 08:08:01 +0000 (+0100) Subject: tests: "cp -a" is a GNUism X-Git-Tag: v1.8.0-rc2~2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d4a7ffaae3fa3302a73e00dab01b80c4bfd17cdb?hp=d4a7ffaae3fa3302a73e00dab01b80c4bfd17cdb 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 Signed-off-by: Junio C Hamano ---