Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform specific syncing tests #151

Open
Stebalien opened this issue Mar 1, 2019 · 1 comment
Open

Platform specific syncing tests #151

Stebalien opened this issue Mar 1, 2019 · 1 comment

Comments

@Stebalien
Copy link
Member

We need to test sync on macos, linux, and windows when piping, writing to a file, writing to a terminal, writing to /dev/null, closing stdout/stderr.

@djdv
Copy link
Contributor

djdv commented Mar 4, 2019

Explicitly stating that os.DevNull should be used if the tests are in Go, and to account for NUL on Windows otherwise.
ref: #153

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Stebalien @djdv and others