Skip to content

Commit

Permalink
do not check symlink disk usage as it depends on FS implementation
Browse files Browse the repository at this point in the history
fixes #58
  • Loading branch information
dundee committed Jun 22, 2021
1 parent 0a48ba3 commit 99a71c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/analyze/dir_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func TestFlags(t *testing.T) {
assert.Equal(t, "nested", dir.Files[0].GetName())
assert.Equal(t, "file3", dir.Files[0].(*Dir).Files[1].GetName())
assert.Equal(t, int64(21), dir.Files[0].(*Dir).Files[1].GetSize())
assert.Equal(t, int64(0), dir.Files[0].(*Dir).Files[1].GetUsage())
assert.Equal(t, '@', dir.Files[0].(*Dir).Files[1].GetFlag())

assert.Equal(t, 'e', dir.Files[1].GetFlag())
Expand Down

0 comments on commit 99a71c5

Please sign in to comment.