tests: Fix pkg-config test for multiarch binaries on multiarch systems
The test was passing fine when bindir
was equal to multiarch_bindir
,
but not when they differ.
For example, on a Debian system, gio-querymodules
is installed to
/usr/lib/x86_64-linux-gnu/glib-2.0/gio-querymodules
rather than
/usr/bin/gio-querymodules
as it is on (say) Fedora.
This was causing the pkg-config tests to fail on Debian.
Signed-off-by: Philip Withnall pwithnall@endlessos.org
Fixes: #3045 (closed)
Closes #3045 (closed)