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

implement STDIN isolation among tests #43

Merged
merged 7 commits into from
Jul 29, 2020

Conversation

vmmello
Copy link
Contributor

@vmmello vmmello commented Jul 29, 2020

Isolate STDIN among tests and among a test and clitest itself.

This fixes the bug reported on issue #42 in which tests and clitest share STDIN,
causing unexpected results when the command specified on a test reads from
STDIN.

Isolate STDIN among tests and among a test and clitest itself.

This fixes the bug reported on issue aureliojargas#42 in which tests and clitest share STDIN,
causing unexpected results when the command specified on a test reads from
STDIN.
make it POSIX compliant
@vmmello
Copy link
Contributor Author

vmmello commented Jul 29, 2020

It's 4 commits. It can be rebased on the first commit. I'll just leave it as is for evaluation.

@aureliojargas aureliojargas merged commit 78f17f6 into aureliojargas:master Jul 29, 2020
@aureliojargas aureliojargas linked an issue Jul 29, 2020 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Standard output truncated when using ssh with clitest
2 participants