diff --git a/tests/integration-test.py b/tests/integration-test.py index 2dd3677..6dba928 100755 --- a/tests/integration-test.py +++ b/tests/integration-test.py @@ -131,9 +131,9 @@ class Tests(dbusmock.DBusTestCase): del self.tp_acpi try: - os.remove(self.testbed.get_root_dir() + '/' + 'ppd_test_conf.ini') + os.remove(self.testbed.get_root_dir() + '/' + 'ppd_test_conf.ini') except Exception: - pass + pass # on failures, print daemon log errors = [x[1] for x in self._outcome.errors if x[1]]