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

REPL: disable cd ~ tests on Sys.iswindows #27497

Merged
merged 1 commit into from
Jun 8, 2018
Merged

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 8, 2018

Tests added in a29d0d6 are not applicable on Windows. This test would never pass there (and would never return either).

Tests added in a29d0d6 are not applicable on Windows.
@vtjnash vtjnash added the test This change adds or pertains to unit tests label Jun 8, 2018
s = readuntil(stdout_read, "\n")
finally
redirect_stdout(old_stdout)
if Sys.isunix()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason you're using !Sys.iswindows() in one place and Sys.isunix() in the other?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test also needs the unix echo binary, the other test only needs !windows

@vtjnash vtjnash merged commit b952b6e into master Jun 8, 2018
@vtjnash vtjnash deleted the jn/27293-disable-windows branch June 8, 2018 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants