aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2014-11-05 20:13:18 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2014-11-05 20:13:18 +0000
commit8a71aca501260628016e24272d9d11e9139c61c6 (patch)
tree0c6361958d411492adb13219cbbff92558cdfc3c /contrib
parent4bfabf1404378f45373f7cb904b1ee72a819f86c (diff)
downloadsrc-8a71aca501260628016e24272d9d11e9139c61c6.tar.gz
src-8a71aca501260628016e24272d9d11e9139c61c6.zip
Staticize the test plans.
Notes
Notes: svn path=/head/; revision=274145
Diffstat (limited to 'contrib')
-rw-r--r--contrib/openpam/t/t_openpam_ctype.c2
-rw-r--r--contrib/openpam/t/t_openpam_readlinev.c2
-rw-r--r--contrib/openpam/t/t_openpam_readword.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/openpam/t/t_openpam_ctype.c b/contrib/openpam/t/t_openpam_ctype.c
index 7e56f95a4153..e97a4469aeb4 100644
--- a/contrib/openpam/t/t_openpam_ctype.c
+++ b/contrib/openpam/t/t_openpam_ctype.c
@@ -94,7 +94,7 @@ T_OC(pfcs)
* Boilerplate
*/
-const struct t_test *t_plan[] = {
+static const struct t_test *t_plan[] = {
T(t_oc_digit),
T(t_oc_xdigit),
T(t_oc_upper),
diff --git a/contrib/openpam/t/t_openpam_readlinev.c b/contrib/openpam/t/t_openpam_readlinev.c
index 59f2b1071532..9820f6e18e75 100644
--- a/contrib/openpam/t/t_openpam_readlinev.c
+++ b/contrib/openpam/t/t_openpam_readlinev.c
@@ -255,7 +255,7 @@ T_FUNC(unterminated_line, "unterminated line")
* Boilerplate
*/
-const struct t_test *t_plan[] = {
+static const struct t_test *t_plan[] = {
T(empty_input),
T(empty_line),
T(unterminated_empty_line),
diff --git a/contrib/openpam/t/t_openpam_readword.c b/contrib/openpam/t/t_openpam_readword.c
index d2d6bd5ffd28..804c745b1996 100644
--- a/contrib/openpam/t/t_openpam_readword.c
+++ b/contrib/openpam/t/t_openpam_readword.c
@@ -823,7 +823,7 @@ T_FUNC(escaped_double_quote_within_double_quotes,
* Boilerplate
*/
-const struct t_test *t_plan[] = {
+static const struct t_test *t_plan[] = {
T(empty_input),
T(empty_line),
T(single_whitespace),