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

attempted minimal fix for #12829 #12858

Merged
merged 2 commits into from
Sep 1, 2015
Merged

attempted minimal fix for #12829 #12858

merged 2 commits into from
Sep 1, 2015

Conversation

JeffBezanson
Copy link
Member

Pared-down version of #12839.

# issue #12829
let out = Pipe()
@test_throws ArgumentError write(out, "not open error")
open(`cat`, "w", out) do io
Copy link
Contributor

Choose a reason for hiding this comment

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

note mostly to myself that we won't always have cat available in the windows binaries post-libgit2, but we can use busybox or something to keep this and similar tests passing

JeffBezanson added a commit that referenced this pull request Sep 1, 2015
@JeffBezanson JeffBezanson merged commit d4a338e into master Sep 1, 2015
@JeffBezanson JeffBezanson deleted the jb/12829 branch September 1, 2015 21:14
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.

3 participants