From 8d2bd9a0d4bba9b820bc03a9275441c39182d5b7 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 17 Dec 2021 08:48:22 +0900 Subject: tests: Fix gpg-error-config-test for PKG_CONFIG_LIBDIR. * src/gpg-error-config-test.sh.in: Clear PKG_CONFIG_LIBDIR. -- GnuPG-bug-id: 5740 Signed-off-by: NIIBE Yutaka --- src/gpg-error-config-test.sh.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gpg-error-config-test.sh.in b/src/gpg-error-config-test.sh.in index b888aa2..cd4a7e3 100644 --- a/src/gpg-error-config-test.sh.in +++ b/src/gpg-error-config-test.sh.in @@ -1,5 +1,9 @@ #!@INSTALLSHELLPATH@ +# For this test, we clear PKG_CONFIG_LIBDIR, so that gpgrt-config +# command can access ./gpg-error.pc +unset PKG_CONFIG_LIBDIR + srcdir=${0%/*} PKG_CONFIG_PATH="." -- cgit v1.2.3