// TestDeathSignalSetuid verifies that a command run with a different UID still // receives PDeathsig; it is a regression test for https://go.dev/issue/9686. func TestDeathSignalSetuid(t *testing.T) { … } func deathSignalParent() { … } func deathSignalChild() { … }