You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dnf-behave-tests/dnf/module/install-package-ursine.feature
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Scenario: I can't reinstall installed non-modular content which is masked by act
31
31
And I successfully execute dnf with args "module enable DnfCiModuleNoDefaults:stable"
32
32
When I execute dnf with args "reinstall wget"
33
33
Then the exit code is 1
34
-
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."
34
+
And stderr contains "Installed packages for argument 'wget' are not available in repositories in the same version, available versions: wget-0:1.18.5-5.module.x86_64, cannot reinstall."
35
35
36
36
37
37
Scenario: I can remove installed non-modular content
0 commit comments