Skip to content

Commit

Permalink
set backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak authored and Home committed Aug 21, 2024
1 parent cd9d1f1 commit 1abbae5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/builder/internal/builder/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ func TestGenerateAndCompile(t *testing.T) {
testCase: "No Dir Permissions",
cfgBuilder: func(t *testing.T) Config {
cfg := newTestConfig()
err := cfg.SetBackwardsCompatibility()
require.NoError(t, err)
cfg.Distribution.OutputPath = t.TempDir()
assert.NoError(t, os.Chmod(cfg.Distribution.OutputPath, 0000))
cfg.Replaces = append(cfg.Replaces, replaces...)
Expand Down

0 comments on commit 1abbae5

Please sign in to comment.