Skip to content

Commit

Permalink
removed unnecessary filepath.Join
Browse files Browse the repository at this point in the history
  • Loading branch information
dbw7 committed Nov 1, 2023
1 parent 5d8e2ca commit 688302c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/rpm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func TestCopyRPMs(t *testing.T) {
defer os.Remove(builder.eibBuildDir)

rpmSourceDir := filepath.Join(builder.buildConfig.ImageConfigDir, "rpms")
rpmDestDir := filepath.Join(builder.combustionDir)
rpmDestDir := builder.combustionDir

file1Path := filepath.Join(rpmSourceDir, "rpm1.rpm")
defer os.Remove(file1Path)
Expand Down

0 comments on commit 688302c

Please sign in to comment.