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 f82da31 commit b5c6c21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/atlocal.in
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b5c6c21

Please sign in to comment.