Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
045898ff
...
045898ffd13dd8938dc3855a6275006175cc4823
authored
2016-10-10 21:06:18 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add missing test
1 parent
21918238
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
libmailutils/tests/parseopt24.at
libmailutils/tests/parseopt24.at
0 → 100644
View file @
045898f
# This file is part of GNU Mailutils. -*- Autotest -*-
# Copyright (C) 2016 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 3, or (at
# your option) any later version.
#
# GNU Mailutils is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# 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([MU_PARSEOPT_EXIT_ERROR])
AT_KEYWORDS([parseopt MU_PARSEOPT_EXIT_ERROR parseopt24])
AT_CHECK([
PARSEOPT_DEFAULT
MU_PARSEOPT_EXIT_ERROR=64 parseopt -X
],
[64],
[],
[parseopt: unrecognized option '-X'
])
AT_CLEANUP
Please
register
or
sign in
to post a comment