Skip to content

Commit

Permalink
try diff file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak committed Aug 21, 2024
1 parent 1abbae5 commit e888fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/internal/builder/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ func TestGenerateAndCompile(t *testing.T) {
err := cfg.SetBackwardsCompatibility()
require.NoError(t, err)
cfg.Distribution.OutputPath = t.TempDir()
assert.NoError(t, os.Chmod(cfg.Distribution.OutputPath, 0000))
assert.NoError(t, os.Chmod(cfg.Distribution.OutputPath, 0200))
cfg.Replaces = append(cfg.Replaces, replaces...)
return cfg
},
Expand Down

0 comments on commit e888fd3

Please sign in to comment.