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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reverse order test failures #3402

Closed
wants to merge 2 commits into from
Closed

Fix reverse order test failures #3402

wants to merge 2 commits into from

Commits on Nov 13, 2018

  1. Copy the full SHA
    a825d17 View commit details
    Browse the repository at this point in the history
  2. CLean up environment after test to prevent failures elsewhere.

    This test makes sure that the configuration file cannot override system
    environment settings by using putenv(). This is not restored by the
    backupGlobals system, causing another configuration test to fail.
    
    Obviously this could have been fixed by using a variable name other than
     'foo', but I'll like having this here as a reminder of the dependency
     on putenv/getenv.
    epdenouden committed Nov 13, 2018
    Copy the full SHA
    3dbb52b View commit details
    Browse the repository at this point in the history