From 4712c9c37bbf28f56f1e386df788dac440cc4cb8 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 1 Sep 2023 10:39:08 +0300 Subject: [PATCH] Run the test-suite with plugins enabled now that we can, yay --- tests/atlocal.in | 2 +- tests/mktree.fedora | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index 2f1b7ab8c..b577fcf90 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -153,7 +153,7 @@ function runroot() snapshot exec "$@" \ --define "_buildhost testhost" \ --define "_topdir /build" \ - --noplugins --nouserns + --nouserns } function runroot_other() diff --git a/tests/mktree.fedora b/tests/mktree.fedora index 292a66e0f..fefc96255 100755 --- a/tests/mktree.fedora +++ b/tests/mktree.fedora @@ -114,6 +114,7 @@ case $CMD in coreutils \ cpio \ curl \ + dbus-libs \ debugedit \ diffutils \ elfutils-libelf \