Skip to content

Commit

Permalink
removed unnecessary setup in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbw7 committed Nov 16, 2023
1 parent 167ffb2 commit 6d6284c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/build/rpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ func TestCopyRPMsNoRPMSrcDir(t *testing.T) {

func TestWriteRPMScript(t *testing.T) {
// Setup
_, _, teardown := setupRPMSourceDir(t, true)
defer teardown()

context, err := NewContext("", "", true)
require.NoError(t, err)
defer func() {
Expand Down

0 comments on commit 6d6284c

Please sign in to comment.