use cp and mkdir -p instead of install within source tree
authorAntoine Jacoutot <ajacoutot openbsd org>
Wed, 25 Apr 2012 18:04:07 +0000 (19:04 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 25 Apr 2012 18:12:03 +0000 (19:12 +0100)
commit069c96ccde7d480f0d7d74bfc19163938ef4a3d5
tree31bfe71cb7ec3b326c9c9ff81fc28d2c09acb8b2
parent870351439769a35344ead435f2490ed933dd8ff4
use cp and mkdir -p instead of install within source tree

$(INSTALL) and $(INSTALL_DATA) try to change ownerships to root:bin when
copying tests to builddir. Presumably this is a difference in behaviour
between GNU and BSD install(1): the one in GNU coreutils doesn't try-and-fail
to change ownership if you're not root.

[Commit message added by smcv]

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48127
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
test/Makefile.am