getusershell_test: staticize run_tests(..) to fix warnings

MFC after:	3 days
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-05-28 03:58:36 +00:00
parent 4a9a8952c0
commit bbccc5a736
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=319031

View File

@ -132,7 +132,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;