summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2014-12-02 22:28:32 +0000
committerJelmer Vernooij <jelmer@debian.org>2014-12-02 22:28:32 +0000
commitca43a365b23dc6d0dedd798108649c135e1326aa (patch)
treebebad599d83a402cbc4f7aa3fc2b495312e943f8
parent887e182f8ea424e7233cea05b3781c4dd82e5813 (diff)
Stop ignoring tdb1-run-mutex-openflags2 test output.
-rw-r--r--debian/patches/40_test_transaction_expand_non_fatal.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/40_test_transaction_expand_non_fatal.diff b/debian/patches/40_test_transaction_expand_non_fatal.diff
index d510445..274f2e5 100644
--- a/debian/patches/40_test_transaction_expand_non_fatal.diff
+++ b/debian/patches/40_test_transaction_expand_non_fatal.diff
@@ -14,7 +14,7 @@ Last-Update: 2012-05-28
samba_utils.RUN_COMMAND("cat " + os.path.join(testdir, 'test-output'))
- ecode = ret
- break
-+ if f != 'tdb1-run-transaction-expand' and f != 'tdb1-run-mutex-openflags2':
++ if f != 'tdb1-run-transaction-expand':
+ ecode = ret
+ break