Index: recipe_modules/json/example.py |
diff --git a/recipe_modules/json/example.py b/recipe_modules/json/example.py |
index 3ee4653ae67acd76ae1f227b0e729b060b27257a..1251c4165d4fca5c0902c1a33492e77a54b7b6da 100644 |
--- a/recipe_modules/json/example.py |
+++ b/recipe_modules/json/example.py |
@@ -53,7 +53,7 @@ def RunSteps(api): |
assert step_result.stdout == example_dict |
# json.read reads a file containing json data. |
- leak_path = api.path['slave_build'].join('temp.json') |
+ leak_path = api.path['tmp'].join('temp.json') |
api.step('write json to file', |
['cat', api.json.input(example_dict)], |
stdout=api.raw_io.output(leak_to=leak_path)) |