tests: "cp -a" is a GNUism
authorBen Walton <bdwalton@gmail.com>
Mon, 8 Oct 2012 08:08:01 +0000 (09:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Oct 2012 21:37:43 +0000 (14:37 -0700)
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>
No differences found