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

Commits on Jul 29, 2020

  1. implement STDIN isolation among tests

    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.
    vmmello committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    72a9dec View commit details
    Browse the repository at this point in the history
  2. fix CI test failing

    make it POSIX compliant
    vmmello committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    1a5bff5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dc7eea View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    83cb54e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c44d608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69cda9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3718e3 View commit details
    Browse the repository at this point in the history