From b5c6c21f7f2171fc06a36af03a757a22eb68364a 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index b244aff319..ec4b3b7f86 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -113,9 +113,8 @@ setup_env() run() { "$@" \ - --define "_tmppath ${RPMTEST}/tmp" \ --define "_db_backend ${DBFORMAT}" \ - --dbpath="${RPMTEST}/var/lib/rpm/" + --define "_tmppath ${RPMTEST}/tmp" } rundebug()