aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--container/dispatcher_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/container/dispatcher_test.go b/container/dispatcher_test.go
index 20a100b8..a4fa3c4b 100644
--- a/container/dispatcher_test.go
+++ b/container/dispatcher_test.go
@@ -650,7 +650,6 @@ func (k *kstub) wait4(pid int, wstatus *syscall.WaitStatus, options int, rusage
expect := k.Expects("wait4")
// special case to prevent leaking the wait4 goroutine when testing initEntrypoint
if v, ok := expect.Args[4].(int); ok && v == stub.PanicExit {
- k.Log("terminating current goroutine as requested by kexpect")
panic(stub.PanicExit)
}