mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 15:59:52 +08:00
parent
f62a9f15e3
commit
c9696eb29a
@ -167,6 +167,7 @@ test_main(void)
|
||||
{
|
||||
rtems_status_code sc;
|
||||
int rv;
|
||||
rtems_shell_env_t env;
|
||||
|
||||
prepare_files();
|
||||
|
||||
@ -176,9 +177,7 @@ test_main(void)
|
||||
rv = rtems_initialize_ftpd();
|
||||
assert(rv == 0);
|
||||
|
||||
rtems_shell_env_t env;
|
||||
|
||||
memset(&env, 0, sizeof(env));
|
||||
rtems_shell_dup_current_env(&env);
|
||||
rtems_shell_main_loop( &env );
|
||||
|
||||
exit(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user