Files
netbird/e2e
mlsmaycon 910fef5406 [infrastructure] Assert the cancellation error, not just any error
A non-nil check passes for a lookup that failed for some unrelated reason, which
would let the context handling regress unnoticed. exec.Cmd.Start returns the
context's own error when it is already done, so the wrapped error carries
context.Canceled and can be asserted directly.
2026-08-12 06:02:19 +00:00
..