Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
cfdc0e8a
Unverified
Commit
cfdc0e8a
authored
Oct 10, 2021
by
IKEDA Soji
Committed by
GitHub
Oct 10, 2021
Browse files
Update a test case due to a change in #1241
parent
4b53cc44
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/Tools_SMIME.t
View file @
cfdc0e8a
...
...
@@ -95,7 +95,8 @@ is_deeply(
'
directory with dedicated key/certificates, decryption operation
'
);
ok
(
!
Sympa::Tools::SMIME::
parse_cert
(),
'
neither text nor file given
',);
ok
(
!
eval
{
Sympa::Tools::SMIME::
parse_cert
()
},
'
neither text nor file given
');
ok
(
!
Sympa::Tools::SMIME::
parse_cert
(
file
=>
'
/no/where
'),
'
non-existing file
',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment