summaryrefslogtreecommitdiffstats
path: root/testsuite/media01/test_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/media01/test_main.c')
-rw-r--r--testsuite/media01/test_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/media01/test_main.c b/testsuite/media01/test_main.c
index 91e0dd5a..dcab3220 100644
--- a/testsuite/media01/test_main.c
+++ b/testsuite/media01/test_main.c
@@ -123,7 +123,7 @@ telnet_shell(char *name, void *arg)
{
rtems_shell_env_t env;
- memset(&env, 0, sizeof(env));
+ rtems_shell_dup_current_env(&env);
env.devname = name;
env.taskname = "TLNT";
@@ -240,6 +240,7 @@ early_initialization(void)
&rtems_shell_NETSTAT_Command, \
&rtems_shell_SYSCTL_Command, \
&rtems_shell_IFCONFIG_Command, \
+ &rtems_shell_IFMCSTAT_Command, \
&rtems_shell_VMSTAT_Command
#define CONFIGURE_SHELL_COMMAND_CPUINFO