Skip to content

Commit

Permalink
shouldn't have force-pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Dec 11, 2016
1 parent d2c7d56 commit a28fdcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_activate.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ def test_activate_non_ascii_char_in_path(shell):
{printdefaultenv}.
""").format(envs=envs, env_dirs=gen_test_env_paths(envs, shell), **shell_vars)
stdout, stderr = run_in(commands, shell)

if shell == 'cmd.exe':
assert_equals(stdout, u'', stderr)
else:
Expand Down

0 comments on commit a28fdcb

Please sign in to comment.