diff options
Diffstat (limited to 'test/support/filesystem_dynamic_test_helper.py')
-rw-r--r-- | test/support/filesystem_dynamic_test_helper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/filesystem_dynamic_test_helper.py b/test/support/filesystem_dynamic_test_helper.py index d2b2810d0992..081e678b6e84 100644 --- a/test/support/filesystem_dynamic_test_helper.py +++ b/test/support/filesystem_dynamic_test_helper.py @@ -25,7 +25,7 @@ def sanitize(p): """ Some of the tests restrict permissions to induce failures. -Before we delete the test enviroment, we have to walk it and re-raise the +Before we delete the test environment, we have to walk it and re-raise the permissions. """ def clean_recursive(root_p): |