Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: stdin is not always a net.Socket
`<`-ing a file into stdin actually results in a `fs.ReadStream`, rather than a `tty.ReadStream`, and as such does not inherit from net.Socket, unlike the other possible stdin options. Refs: #5916 PR-URL: #5935 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
- Loading branch information