Skip to content

Commit

Permalink
pkg/mods/os: Fix test on Linux too by not expecting a flags field.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 21, 2023
1 parent 53c706f commit c61a5c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/mods/os/stat_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestStat_Sys_Unix(t *testing.T) {
"rdev", AnyInteger,
"blksize", AnyInteger,
"blocks", AnyInteger,
"flags", AnyInteger,
))),
)
}

0 comments on commit c61a5c7

Please sign in to comment.