Skip to content

Commit

Permalink
Update step to match new INSTALLED_IN_DIFFERENT_VERSION msg for reins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
kontura committed Jun 11, 2024
1 parent a4a81db commit 6aa75ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf-behave-tests/dnf/module/install-package-ursine.feature
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Scenario: I can't reinstall installed non-modular content which is masked by act
And I successfully execute dnf with args "module enable DnfCiModuleNoDefaults:stable"
When I execute dnf with args "reinstall wget"
Then the exit code is 1
And stderr contains "Packages for argument 'wget' installed and available, but in a different version => cannot reinstall"
And stderr contains "Installed packages for argument 'wget' are not available in repositories in the same version, available versions: wget-1.18.5-5.module.x86_64, cannot reinstall."


Scenario: I can remove installed non-modular content
Expand Down

0 comments on commit 6aa75ff

Please sign in to comment.