]> Cypherpunks repositories - gostls13.git/commit
os/exec_test: fix test on Plan 9
authorOri Bernstein <ori@eigenstate.org>
Sun, 28 Dec 2025 00:08:26 +0000 (19:08 -0500)
committerGopher Robot <gobot@golang.org>
Mon, 12 Jan 2026 21:57:21 +0000 (13:57 -0800)
commitb7e6d8b923ad06538c800d635d3ede90d3d0b782
tree5dae2631e01c55476115fd275cd9460969d2ef37
parentcbe153806e67a16e362a1cdbbf1741d4ce82e98a
os/exec_test: fix test on Plan 9

Error strings vary across OSes when trying to execute a file
that does not exist. Since matching them is not the point of
the test, ignore them.

Fixes #76965

Change-Id: I6d220bc2d0289070f3441adb48983c13b2a3e597
Reviewed-on: https://go-review.googlesource.com/c/go/+/732940
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Richard Miller <millerresearch@gmail.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/os/exec/exec_test.go