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

Use a stub for $stdin during testing #2033

Merged

Commits on Sep 4, 2019

  1. Use a stub for $stdin during testing

    This allows the tests to run even in a situation where stdin isn't
    available, for example when the test is run with `< /dev/null` as is the
    case for some packaging scripts.
    
    Fixes #2032
    mattbrictson committed Sep 4, 2019
    Copy the full SHA
    5de2da7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11818d0 View commit details
    Browse the repository at this point in the history