diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-15 19:16:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-03-15 19:19:14 +0000 |
commit | c99b02de6c9788335fd4ea1da063248f0265ad91 (patch) | |
tree | b905a6b350e455cc996f068dd17e204d1e91e391 /test/mail | |
parent | 43ff44e918b762b98b495a91fcd4f0d2f8049bce (diff) |
Utilites: fix exim_lock
Unaccountable fails to lock, seen in testsuite
Fix appeared when tidying a Coverity "unchecked returncode" fault
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/0137.userx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mail/0137.userx b/test/mail/0137.userx index 7dd068d10..c44698254 100644 --- a/test/mail/0137.userx +++ b/test/mail/0137.userx @@ -3,6 +3,7 @@ Received: from CALLER by the.local.host.name with local (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaX-0005vi-00 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Subject: First Transport: local_delivery Message-Id: <E10HmaX-0005vi-00@the.local.host.name> From: CALLER_NAME <CALLER@test.ex> @@ -15,6 +16,7 @@ Received: from CALLER by the.local.host.name with local (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaY-0005vi-00 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Subject: Second Transport: local_delivery Message-Id: <E10HmaY-0005vi-00@the.local.host.name> From: CALLER_NAME <CALLER@test.ex> @@ -27,6 +29,7 @@ Received: from CALLER by the.local.host.name with local (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaZ-0005vi-00 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Subject: Third Transport: local_delivery_fcntl Message-Id: <E10HmaZ-0005vi-00@the.local.host.name> From: CALLER_NAME <CALLER@test.ex> @@ -39,6 +42,7 @@ Received: from CALLER by the.local.host.name with local (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmbA-0005vi-00 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 +Subject: Fourth Transport: local_delivery_fcntl_blocking Message-Id: <E10HmbA-0005vi-00@the.local.host.name> From: CALLER_NAME <CALLER@test.ex> |