diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-16 19:47:31 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-16 19:47:31 +0000 |
commit | 7582e3938bb9fb3e4664efdfb2313df29f27b70b (patch) | |
tree | 65bec6df3984fb0b437488fd86eb1359e9c84af4 /test/support/filesystem_dynamic_test_helper.py | |
parent | 733153a0fb52facba02c550ec849f0c734dfa412 (diff) |
Notes
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): |