Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
96737f05
Commit
96737f05
authored
Jan 10, 2003
by
Niels Möller
Browse files
(test_main): Include the leading
"(tag ..." in the tested expressions. Rev: src/testsuite/spki-tag-test.c:1.2
parent
8db03bb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/spki-tag-test.c
View file @
96737f05
...
...
@@ -5,16 +5,16 @@ test_main(void)
{
/* Examples taken from RFC-2693 */
test_spki_grant
(
"1"
,
S
(
"(3:ftp13:ftp.clark.net3:cme(1:*3:set4:read5:write))"
),
S
(
"(3:ftp13:ftp.clark.net3:cme4:read)"
));
S
(
"(3:
tag(3:
ftp13:ftp.clark.net3:cme(1:*3:set4:read5:write))
)
"
),
S
(
"(3:
tag(3:
ftp13:ftp.clark.net3:cme4:read)
)
"
));
test_spki_deny
(
"2"
,
S
(
"(3:ftp13:ftp.clark.net3:cme(1:*3:set4:read5:write))"
),
S
(
"(3:ftp13:ftp.clark.net3:cme6:delete)"
));
S
(
"(3:
tag(3:
ftp13:ftp.clark.net3:cme(1:*3:set4:read5:write))
)
"
),
S
(
"(3:
tag(3:
ftp13:ftp.clark.net3:cme6:delete)
)
"
));
test_spki_deny
(
"3"
,
S
(
"(3:ftp13:ftp.clark.net3:cme(1:*3:set4:read5:write))"
),
S
(
"(3:ftp13:ftp.clark.net3:cme)"
));
S
(
"(3:
tag(3:
ftp13:ftp.clark.net3:cme(1:*3:set4:read5:write))
)
"
),
S
(
"(3:
tag(3:
ftp13:ftp.clark.net3:cme)
)
"
));
SUCCESS
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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