Arrange unified /bin <-> $(bindir) in test-suite root
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 5 Apr 2012 11:21:27 +0000 (14:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 5 Apr 2012 11:27:39 +0000 (14:27 +0300)
commitd2c555e1370e17c9b2a8c6f4cbb3b5303aa2755a
tree66b6f77f75c2d560e7b5ad7e377a050e3de11c38
parent3dd3b815e8775e888dce7a98033393e1aac6974f
Arrange unified /bin <-> $(bindir) in test-suite root

- Rpm traditionally insists on putting itself into /bin and expects
  to find various things, especially /bin/sh there as well. This
  is normally the case, but on systems where the host /bin is symlink
  to eg /usr/bin, the test-suite /bin will be empty except for rpm
  itself causing a big number of bogus test-suite failures. Making
  test-suite root bin/ always a symlink to $(bindir) avoids this issue
  and works whether the host /bin is a real directory or not.
(cherry picked from commit b44b9ea94d229c07e56e242fa5625dea02de6a75)
tests/Makefile.am