| Index: recipe_modules/path/example.py
|
| diff --git a/recipe_modules/path/example.py b/recipe_modules/path/example.py
|
| index e3393d514ebb6afcce51f983ecd3d5e6f4235324..213b07ec40f14fa3cc5ddc3942ab8492378279ac 100644
|
| --- a/recipe_modules/path/example.py
|
| +++ b/recipe_modules/path/example.py
|
| @@ -55,8 +55,6 @@
|
| api.path.mock_add_paths(home_path)
|
| assert api.path.exists(home_path)
|
|
|
| - api.step('volatile tmp_dir', ['echo', api.path.is_volatile('tmp_dir')])
|
| -
|
| # Convert strings to Paths
|
| paths_to_convert = [
|
| api.path['start_dir'].join('some', 'thing'),
|
| @@ -110,8 +108,7 @@
|
| api.properties(**{
|
| '$recipe_engine/path': {
|
| 'cache_dir': '/c',
|
| - 'tmp_dir': '/t',
|
| - 'volatile': ['tmp_dir'],
|
| + 'tmp_dir': '/t'
|
| },
|
| }) +
|
| api.path.exists(api.path['tmp_base']))
|
|
|