Index: scripts/slave/recipe_modules/properties/example.expected/lists.json |
diff --git a/scripts/slave/recipe_modules/properties/example.expected/lists.json b/scripts/slave/recipe_modules/properties/example.expected/lists.json |
deleted file mode 100644 |
index 98ff51cfb13d71ccb51e23c18974be4e5e587e6f..0000000000000000000000000000000000000000 |
--- a/scripts/slave/recipe_modules/properties/example.expected/lists.json |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-[ |
- { |
- "cmd": [ |
- "echo", |
- "{'key': ['value', ['value']]}" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "name": "echo" |
- }, |
- { |
- "cmd": [ |
- "echo", |
- "{'recipe': 'properties:example', 'test_prop': {'key': ['value', ['value']]}}" |
- ], |
- "cwd": "[SLAVE_BUILD]", |
- "name": "echo all" |
- } |
-] |