Skip to content

Commit

Permalink
test: fix arch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 24, 2023
1 parent 815b388 commit 7d6a77b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions deb/deb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1378,13 +1378,6 @@ func TestArches(t *testing.T) {
})
}

t.Run("mips64lesoftfloat", func(t *testing.T) {
info := exampleInfo()
info.Arch = "mips64le"
info = ensureValidArch(info)
require.Equal(t, "mips64el", info.Arch)
})

t.Run("override", func(t *testing.T) {
info := exampleInfo()
info.Deb.Arch = "foo64"
Expand Down
7 changes: 0 additions & 7 deletions rpm/rpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,6 @@ func TestArches(t *testing.T) {
})
}

t.Run("mips64lesoftfloat", func(t *testing.T) {
info := exampleInfo()
info.Arch = "mips64lesoftfloat"
info = ensureValidArch(info)
require.Equal(t, "mips64el", info.Arch)
})

t.Run("override", func(t *testing.T) {
info := exampleInfo()
info.RPM.Arch = "foo64"
Expand Down

0 comments on commit 7d6a77b

Please sign in to comment.