diff options
author | Joshua Harlow <harlowja@gmail.com> | 2012-11-10 10:15:16 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2012-11-10 10:15:16 -0800 |
commit | a17a69c35c1de0a6bd6f054f76d3da9e4a9c5364 (patch) | |
tree | a7091c10d9bf07ed3f743a111fecf5a9135fbb98 /tests/unittests/helpers.py | |
parent | 2c79c14b510751ab455888ab46f70c27b219bd19 (diff) | |
download | vyos-cloud-init-a17a69c35c1de0a6bd6f054f76d3da9e4a9c5364.tar.gz vyos-cloud-init-a17a69c35c1de0a6bd6f054f76d3da9e4a9c5364.zip |
Sudoers.d creation cleanups + tests.
Diffstat (limited to 'tests/unittests/helpers.py')
-rw-r--r-- | tests/unittests/helpers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/helpers.py b/tests/unittests/helpers.py index 2c5dcad2..e8080668 100644 --- a/tests/unittests/helpers.py +++ b/tests/unittests/helpers.py @@ -103,6 +103,7 @@ class FilesystemMockingTestCase(ResourceUsingTestCase): def patchUtils(self, new_root): patch_funcs = { util: [('write_file', 1), + ('append_file', 1), ('load_file', 1), ('ensure_dir', 1), ('chmod', 1), |