summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
index f555d15f1..db8ee0cca 100644
--- a/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugin/Testhelpers.py
@@ -155,9 +155,9 @@ class TestDirectoryBacked(Bcfg2TestCase):
6: 'xyzzy/',
7: 'xyzzy/plugh/'}
testfiles = ['foo', 'bar/baz.txt', 'plugh.py']
- ignore = [] # ignore no events
- badevents = [] # DirectoryBacked handles all files, so there's no
- # such thing as a bad event
+ ignore = [] # ignore no events
+ badevents = [] # DirectoryBacked handles all files, so there's no
+ # such thing as a bad event
def test_child_interface(self):
# ensure that the child object has the correct interface