summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-11-15 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2018-12-06 20:08:57 +0100
commitdfa40d895fa5ad44ce34c80ddc5d5eb87080890b (patch)
treee7228db0ecb1c787325ec333807dc52e644ac517 /tests
parent82be1a9403defae17083154a5565ff0191cdffe5 (diff)
downloaddconf-dfa40d895fa5ad44ce34c80ddc5d5eb87080890b.tar.gz
bin: Indicate update failure with non-zero exit code
Fixes issue #42.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-dconf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-dconf.py b/tests/test-dconf.py
index 202dc9f..40a8737 100755
--- a/tests/test-dconf.py
+++ b/tests/test-dconf.py
@@ -599,7 +599,6 @@ class DBusTest(unittest.TestCase):
# Now database should be marked as invalid.
self.assertEqual(b'\0'*8, mm[:8])
- @unittest.expectedFailure
def test_update_failure(self):
"""Update should skip invalid configuration directory and continue with
others. Failure to update one of databases should be indicated with