Skip to content

Commit

Permalink
fmf: Avoid dnf --noautoremove
Browse files Browse the repository at this point in the history
This option got dropped in dnf 5, and thus this started to fail on
Rawhide.
  • Loading branch information
martinpitt committed Jun 21, 2023
1 parent 393f988 commit a35ad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
# HACK: setroubleshoot-server crashes/times out randomly (breaking TestServices),
# and is hard to disable as it does not use systemd
if rpm -q setroubleshoot-server; then
dnf remove -y --noautoremove setroubleshoot-server
rpm -e --verbose setroubleshoot-server
fi

if grep -q 'ID=.*fedora' /etc/os-release && [ "$PLAN" = "basic" ]; then
Expand Down

0 comments on commit a35ad6e

Please sign in to comment.