This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=045898ffd13dd8938dc3855a6275006175cc4823

The branch, master has been updated
       via  045898ffd13dd8938dc3855a6275006175cc4823 (commit)
      from  219182387a823ae8113a5a14cf29f9263d00171c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 045898ffd13dd8938dc3855a6275006175cc4823
Author: Sergey Poznyakoff <g...@gnu.org.ua>
Date:   Mon Oct 10 21:06:18 2016 +0300

    Add missing test

-----------------------------------------------------------------------

Summary of changes:
 libmailutils/tests/{parseopt22.at => parseopt24.at} |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 copy libmailutils/tests/{parseopt22.at => parseopt24.at} (85%)

diff --git a/libmailutils/tests/parseopt22.at b/libmailutils/tests/parseopt24.at
similarity index 85%
copy from libmailutils/tests/parseopt22.at
copy to libmailutils/tests/parseopt24.at
index e755026..50053c1 100644
--- a/libmailutils/tests/parseopt22.at
+++ b/libmailutils/tests/parseopt24.at
@@ -14,13 +14,13 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Mailutils.  If not, see <http://www.gnu.org/licenses/>.
 
-AT_SETUP([unrecognized option])
-AT_KEYWORDS([parseopt parseopt_short parseopt_short_unrecognized parseopt22])
+AT_SETUP([MU_PARSEOPT_EXIT_ERROR])
+AT_KEYWORDS([parseopt MU_PARSEOPT_EXIT_ERROR parseopt24])
 AT_CHECK([
 PARSEOPT_DEFAULT
-parseopt -X
+MU_PARSEOPT_EXIT_ERROR=64 parseopt -X
 ],
-[1],
+[64],
 [],
 [parseopt: unrecognized option '-X'
 ])


hooks/post-receive
-- 
GNU Mailutils

_______________________________________________
Commit-mailutils mailing list
Commit-mailutils@gnu.org
https://lists.gnu.org/mailman/listinfo/commit-mailutils

Reply via email to