diff options
author | Michael Adam <obnox@samba.org> | 2016-12-13 01:48:51 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-03-28 14:12:07 +0100 |
commit | 3d59d5f3c41edbd95cd0380737261fbd025de57f (patch) | |
tree | d9286cb40bc2b64da4ec0ac042db34d4e40e4cb9 | |
parent | a735836c29a5968379e9716ca2feb7c5bdb824ce (diff) | |
download | sos-3d59d5f3c41edbd95cd0380737261fbd025de57f.tar.gz |
[plugins] add an extra blank line for separation in plugin_tests
Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | tests/plugin_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 932e89e2..64f0a0b2 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -242,6 +242,7 @@ class AddCopySpecTests(unittest.TestCase): def test_single_file(self): self.mp.add_copy_spec('tests/tail_test.txt') self.assert_expect_paths() + def test_glob_file(self): self.mp.add_copy_spec('tests/tail_test.*') self.assert_expect_paths() |