Skip to content

Commit

Permalink
fix TestDnf
Browse files Browse the repository at this point in the history
  • Loading branch information
mycrEEpy committed Dec 26, 2024
1 parent 05cbf16 commit c77e343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/pakku/pakku_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func TestDnf(t *testing.T) {

mustSucceed(t, container, []string{"pakku", "init"})
mustSucceed(t, container, []string{"pakku", "config"})
mustSucceed(t, container, []string{"pakku", "add", "apt", "vim"})
mustSucceed(t, container, []string{"pakku", "add", "dnf", "vim"})
mustSucceed(t, container, []string{"pakku", "apply"})
mustSucceed(t, container, []string{"pakku", "update"})
mustSucceed(t, container, []string{"pakku", "remove", "apt", "vim"})
mustSucceed(t, container, []string{"pakku", "remove", "dnf", "vim"})
}

0 comments on commit c77e343

Please sign in to comment.