summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/nss/getusershell_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/tests/nss/getusershell_test.c')
-rw-r--r--lib/libc/tests/nss/getusershell_test.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/tests/nss/getusershell_test.c b/lib/libc/tests/nss/getusershell_test.c
index ccd8cf9..e5c4b67 100644
--- a/lib/libc/tests/nss/getusershell_test.c
+++ b/lib/libc/tests/nss/getusershell_test.c
@@ -48,8 +48,6 @@ struct usershell {
char *path;
};
-static enum test_methods method = TEST_GETUSERSHELL;
-
DECLARE_TEST_DATA(usershell)
DECLARE_TEST_FILE_SNAPSHOT(usershell)
DECLARE_2PASS_TEST(usershell)
@@ -78,7 +76,8 @@ clone_usershell(struct usershell *dest, struct usershell const *src)
}
static int
-compare_usershell(struct usershell *us1, struct usershell *us2, void *mdata)
+compare_usershell(struct usershell *us1, struct usershell *us2,
+ void *mdata __unused)
{
int rv;
@@ -134,7 +133,7 @@ usershell_read_snapshot_func(struct usershell *us, char *line)
return (0);
}
-int
+static int
run_tests(const char *snapshot_file, enum test_methods method)
{
struct usershell_test_data td, td_snap;
OpenPOWER on IntegriCloud