Skip to content

Commit

Permalink
tests: add rpm-ostree override remove test
Browse files Browse the repository at this point in the history
Add integration test for fedora-silverblue/issue-tracker#523
  • Loading branch information
HuijingHei committed Jan 8, 2024
1 parent ee494ab commit ff98bea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/kola/rpm-ostree/remove-package
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash
## kola:
## exclusive: false
## description: Verify that remove the base package succeeds.

# See: https://github.com/fedora-silverblue/issue-tracker/issues/523

set -xeuo pipefail

# shellcheck disable=SC1091
. "$KOLA_EXT_DATA/commonlib.sh"

rpm-ostree override remove vim-minimal

rpm-ostree cleanup -p

ok "rpm-ostree override remove"

0 comments on commit ff98bea

Please sign in to comment.