summaryrefslogtreecommitdiffstats
path: root/testsuite/init01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/init01/init.c')
-rw-r--r--testsuite/init01/init.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/init01/init.c b/testsuite/init01/init.c
index 879a222c..eba9e743 100644
--- a/testsuite/init01/init.c
+++ b/testsuite/init01/init.c
@@ -1,7 +1,5 @@
/*
- * Simple test program -- simplified version of sample test hello.
- *
- * $Id$
+ * Shared Network Test Initialization File
*/
#include <bsp.h>
@@ -37,7 +35,6 @@ rtems_task Init(
/* should not return */
printf( "*** Test main returned and should not have ***\n" );
-
exit( 5 );
}