]> Cypherpunks repositories - gostls13.git/commit
os: in TestDirFS only check returned path for unexpected string
authorIan Lance Taylor <iant@golang.org>
Mon, 31 Oct 2022 20:41:59 +0000 (13:41 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 31 Oct 2022 21:03:17 +0000 (21:03 +0000)
commit3848b44c754229125195e2f95bb71868d1a36f56
tree4e29e42b7e2325dd36c0c485905f6263aa8ef355
parentec0b540293a9a0e2c376721b48a208e1fbef5e29
os: in TestDirFS only check returned path for unexpected string

The test added in CL 446115 was failing on Plan 9, on which the error
returned by a failed open includes the path that failed.

Change-Id: If27222596c3cb0366a030bb49ae41c4c869c3db2
Reviewed-on: https://go-review.googlesource.com/c/go/+/446641
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David du Colombier <0intro@gmail.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/os/os_test.go