Test tweak to work for Windows CI.

This commit is contained in:
cwandrews
2017-10-15 19:55:37 -04:00
parent 3f3bda632c
commit b87f674eb2

View File

@ -234,7 +234,7 @@ class TestDefaultEnvVars(object):
runner(
'run', '--quiet',
get_examples_path('environment/env_vars/get_passed_env.py'),
'--default-env', 'USER=clowncity'
'--default-env', 'USER=clowncity', '--env', 'USER=ted'
)
out, err = capsys.readouterr()
out = out.split('\n')