Convert env to a defaultdict in run_executable() to fix other callers of that function.
commitb73f187227abebe0be6671ac0cf7690ba4f75ca9
authorglider <glider@chromium.org>
Thu, 9 Oct 2014 16:24:56 +0000 (9 09:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 9 Oct 2014 16:25:09 +0000 (9 16:25 +0000)
tree237b2ec9577ac9bf622f3b27c308d3f38ee89466
parent9f6fde290ca5a86291bdf9e89bd7388fa0bb7487
Convert env to a defaultdict in run_executable() to fix other callers of that function.
This is a follow-up for https://codereview.chromium.org/642643003/ that should fix ASan Linux bots.

BUG=None
TBR=jam@chromium.org,agable@chromium.org

Review URL: https://codereview.chromium.org/646603003

Cr-Commit-Position: refs/heads/master@{#298898}
testing/test_env.py