Skip to content

Commit

Permalink
Drop apparently redundant rpmdb related defines from test run() wrapper
Browse files Browse the repository at this point in the history
These were absolutely crucial in the fakechroot days but the
test-environment is a very different animal now...
  • Loading branch information
pmatilai committed Nov 15, 2024
1 parent b722690 commit 6495cae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/atlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6495cae

Please sign in to comment.