Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cgroups/cgroups_test.go
Original file line number Diff line number Diff line change
@@ -240,6 +240,7 @@ func TestDetectCgroupFSMagic(t *testing.T) {
assert.NotEqual(t, uint64(CGROUP_UNDEF), GetCgroupFSMagic())
assert.NotEmpty(t, CgroupFsMagicStr(fs))
assert.NotEmpty(t, GetCgroupFSPath())
assert.Equal(t, true, filepath.IsAbs(GetCgroupFSPath()))
}

// Test discovery of compiled-in Cgroups controllers

0 comments on commit 25c7466

Please sign in to comment.