Use absolute builddir paths in automake test files
authorDodji Seketeli <dodji@redhat.com>
Wed, 18 Apr 2018 08:18:58 +0000 (10:18 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 18 Apr 2018 08:21:40 +0000 (10:21 +0200)
commit6824e5c96887b9ee9177cd444396f783f02c2819
treedc0fc288c15945f45641074049cd5785d2e33251
parentcc45a9e7f0caf9ad9ed579b6b789ba739a58736e
Use absolute builddir paths in automake test files

When switching to a more recent automake version on EL7, I realized
that @top_builddir@ wasn't being resolved to an absolute path anymore,
leading to errors when tests/runtestdefaultsupprs.py wasn't being run
in the "right" directory.  This is annoying.

So this patches uses the absolute build path, explicitely.

* tests/runtestdefaultsupprs.py.in: Use abs_top_builddir rather
than top_builddir.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
tests/runtestdefaultsupprs.py.in