summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/samples/ChangeLog4
-rw-r--r--testsuites/samples/hello/init.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index ddebe81952..694d084f11 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * hello/init.c: Remove accidental commit.
+
2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/init.c, fileio/system.h, hello/init.c: Enable malloc
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 1dd6a002b2..e02a23cfa6 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -32,7 +32,5 @@ rtems_task Init(
printf( "\n\n*** HELLO WORLD TEST ***\n" );
printf( "Hello World\n" );
printf( "*** END OF HELLO WORLD TEST ***\n" );
- rtems_shell_main_wkspace_info(0, NULL);
- rtems_shell_main_joel(0, NULL);
exit( 0 );
}