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:21:27 +0000 (14:21 +0300)
commitb44b9ea94d229c07e56e242fa5625dea02de6a75
treec616832a50f334f17574e84a9d0c764e8d33e000
parent6cc1680082a34037b889d824b80a006081b97363
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.
tests/Makefile.am