From: Michael Tremer Date: Fri, 26 Jan 2024 18:44:22 +0000 (+0000) Subject: tests: Fix path to test configuration file X-Git-Tag: 0.9.30~1241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d684c11235bca083a00d50a618f0239782caeebf;p=pakfire.git tests: Fix path to test configuration file Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 9e4f33a46..2fbead80e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1129,7 +1129,7 @@ TESTSUITE_LDADD = \ libpakfire-internal.la TESTS_ENVIRONMENT = \ - TEST_CONFIG_FILE="$(abs_top_srcdir)/tests/pakfire/pakfire.conf" \ + TEST_CONFIG_FILE="$(abs_top_srcdir)/tests/pakfire.conf" \ TEST_DATA_DIR="$(abs_top_srcdir)/tests/data" \ TEST_STUB_ROOT="$(TEST_STUB_ROOT)" \ PAKFIRE_LOG=debug \