Skip to content

Commit

Permalink
enhancement(5832): reverting unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanyalti committed Dec 19, 2024
1 parent d1d5220 commit 787ca25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testing/fixture.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ func (f *Fixture) DumpProcesses(suffix string) {
}

f.t.Logf("Dumping running processes in %s", filePath)
file, err := os.OpenFile(filePath, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0777)
file, err := os.OpenFile(filePath, os.O_CREATE|os.O_TRUNC|os.O_WRONLY, 0o644)
if err != nil {
f.t.Logf("failed to dump process; failed to create output file %s root: %s", filePath, err)
return
Expand Down

0 comments on commit 787ca25

Please sign in to comment.