From 6495cae237e7112cea14de56b7a53cdeb3a8f856 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 15 Nov 2024 12:43:48 +0200 Subject: [PATCH] Drop apparently redundant rpmdb related defines from test run() wrapper These were absolutely crucial in the fakechroot days but the test-environment is a very different animal now... --- tests/atlocal.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index b244aff319..d2fe55c402 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -113,9 +113,7 @@ setup_env() run() { "$@" \ - --define "_tmppath ${RPMTEST}/tmp" \ - --define "_db_backend ${DBFORMAT}" \ - --dbpath="${RPMTEST}/var/lib/rpm/" + --define "_tmppath ${RPMTEST}/tmp" } rundebug()