diff options
| author | David du Colombier <0intro@gmail.com> | 2016-10-26 18:03:32 +0200 |
|---|---|---|
| committer | David du Colombier <0intro@gmail.com> | 2016-10-26 16:18:00 +0000 |
| commit | a0cf021be5828f8726380f8fd10070eff30852ba (patch) | |
| tree | 5067be200297438f6ff7cf6588e5364b65a86b30 /src/encoding | |
| parent | 49543695c56486d6a941e55520b37a9d098d3379 (diff) | |
| download | go-a0cf021be5828f8726380f8fd10070eff30852ba.tar.xz | |
os: consider only files from #M as regular on Plan 9
TestRemoveDevNull was added in CL 31657. However, this test
was failing on Plan 9, because /dev/null was considered as
a regular file.
On Plan 9, there is no special mode to distinguish between
device files and regular files.
However, files are served by different servers. For example,
/dev/null is served by #c (devcons), while /bin/cat is served
by #M (devmnt).
We chose to consider only the files served by #M as regular
files. All files served by different servers will be considered
as device files.
Fixes #17598.
Change-Id: Ibb1c3357d742cf2a7de15fc78c9e436dc31982bb
Reviewed-on: https://go-review.googlesource.com/32152
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'src/encoding')
0 files changed, 0 insertions, 0 deletions
