aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/plugin_tests.py1
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()