Skip to content

Commit

Permalink
use merge_env
Browse files Browse the repository at this point in the history
  • Loading branch information
ry authored and piscisaureus committed Jan 15, 2019
1 parent 319e82d commit 2849c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prefetch_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def prefetch_test(deno_exe):
try:
t = os.path.join(tests_path, "006_url_imports.ts")
output = run_output([deno_exe, "--prefetch", t],
env={"DENO_DIR": deno_dir})
merge_env={"DENO_DIR": deno_dir})
assert output == ""
# Check that we actually did the prefetch.
os.path.exists(
Expand Down

0 comments on commit 2849c1e

Please sign in to comment.