summaryrefslogtreecommitdiff
path: root/plugins/sudoers/regress/exptilde/check_exptilde.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/regress/exptilde/check_exptilde.c')
-rw-r--r--plugins/sudoers/regress/exptilde/check_exptilde.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sudoers/regress/exptilde/check_exptilde.c b/plugins/sudoers/regress/exptilde/check_exptilde.c
index 093fb640c..93f9b4b65 100644
--- a/plugins/sudoers/regress/exptilde/check_exptilde.c
+++ b/plugins/sudoers/regress/exptilde/check_exptilde.c
@@ -34,9 +34,9 @@
struct sudo_user sudo_user;
struct test_data {
- char *input;
- char *output;
- char *user;
+ const char *input;
+ const char *output;
+ const char *user;
bool result;
} test_data[] = {
{ "foo/bar", NULL, NULL, false },