| Index: recipe_modules/step/example.expected/basic.json
|
| diff --git a/recipe_modules/step/example.expected/basic.json b/recipe_modules/step/example.expected/basic.json
|
| index 589fbf9414bca3f4b91b05fa6fefc7e2d2e1c6cc..e43a0ac2716a9b7b89cff6c13a7cee1699ff63f0 100644
|
| --- a/recipe_modules/step/example.expected/basic.json
|
| +++ b/recipe_modules/step/example.expected/basic.json
|
| @@ -12,30 +12,6 @@
|
| "Why hello, there."
|
| ],
|
| "name": "hello (2)"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "mkdir",
|
| - "something"
|
| - ],
|
| - "name": "mk subdir"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "bash",
|
| - "-c",
|
| - "echo Why hello, there, in a subdir."
|
| - ],
|
| - "cwd": "[START_DIR]/something",
|
| - "name": "something"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "bash",
|
| - "-c",
|
| - "echo what happen"
|
| - ],
|
| - "name": "start_dir ignored"
|
| },
|
| {
|
| "cmd": [
|
|
|