Skip to content

Commit 3a02c5b

Browse files
committed
DROP dex pdeathsig
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 3e96557 commit 3a02c5b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/e2e/framework/dex.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ func StartDex(t testing.TB) {
5959

6060
// Ensures that dex is killed when the process ends.
6161
dexCmd.SysProcAttr = &syscall.SysProcAttr{
62-
Pdeathsig: syscall.SIGKILL,
63-
Setpgid: true,
64-
Pgid: 0,
62+
Setpgid: true,
63+
Pgid: 0,
6564
}
6665

6766
require.NoError(t, dexCmd.Start())

0 commit comments

Comments
 (0)