Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/testlib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ function dednfyum() {
# thus removing also the,
# and restoring alternatives as in install rpms
if which dnf ; then
sudo dnf history info 0 | grep "${1}"
sudo dnf history undo 0 -y --skip-broken
sudo dnf history info last | grep "${1}"
sudo dnf history undo last -y
sudo dnf remove -y "$@" || true # to double check the evil...
elif which yum ; then
# shellcheck disable=SC2155
Expand Down