| Index: recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json | 
| diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json b/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json | 
| index 05ae22516b2950dc51be6194e412305f31586863..4204d6cbc1b42121170718955052cb5bd423a9cf 100644 | 
| --- a/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json | 
| +++ b/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json | 
| @@ -25,7 +25,6 @@ | 
| "--revision", | 
| "src@HEAD" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "env": { | 
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 
| }, | 
| @@ -66,7 +65,6 @@ | 
| "-u", | 
| "import sys;print \"Patch download failed. See bot_update step for details\";sys.exit(1)" | 
| ], | 
| -    "cwd": "[SLAVE_BUILD]", | 
| "name": "Patch failure", | 
| "~followup_annotations": [ | 
| "step returned non-zero exit code: 1", | 
|  |