summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psx13/test.c13
-rw-r--r--testsuites/psxtests/psxcancel/init.c1
-rw-r--r--testsuites/psxtests/psxchroot01/test.c1
-rw-r--r--testsuites/psxtests/psxfile01/test.c2
-rw-r--r--testsuites/psxtests/psxmount/test.c1
-rw-r--r--testsuites/psxtests/psxmsgq01/init.c18
-rw-r--r--testsuites/psxtests/psxmsgq01/system.h2
-rw-r--r--testsuites/psxtests/psxreaddir/test.c1
-rw-r--r--testsuites/psxtests/psxsem01/init.c1
-rw-r--r--testsuites/psxtests/psxsem01/system.h1
-rw-r--r--testsuites/psxtests/psxstat/test.c7
-rw-r--r--testsuites/psxtests/psxtime/test.c1
-rw-r--r--testsuites/psxtests/psxtimer/psxtimer.c1
13 files changed, 0 insertions, 50 deletions
diff --git a/testsuites/psxtests/psx13/test.c b/testsuites/psxtests/psx13/test.c
index 82bf3c1e0a..b019d3da40 100644
--- a/testsuites/psxtests/psx13/test.c
+++ b/testsuites/psxtests/psx13/test.c
@@ -675,16 +675,3 @@ int main(
printf( "\n\n*** END OF TEST PSX13 ***" );
rtems_test_exit(0);
}
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxcancel/init.c b/testsuites/psxtests/psxcancel/init.c
index e70b1922ca..df3eda0664 100644
--- a/testsuites/psxtests/psxcancel/init.c
+++ b/testsuites/psxtests/psxcancel/init.c
@@ -124,4 +124,3 @@ int main(){
rtems_test_exit(EXIT_SUCCESS);
#endif
}
-
diff --git a/testsuites/psxtests/psxchroot01/test.c b/testsuites/psxtests/psxchroot01/test.c
index 2e2f87c09c..3dbd881679 100644
--- a/testsuites/psxtests/psxchroot01/test.c
+++ b/testsuites/psxtests/psxchroot01/test.c
@@ -118,4 +118,3 @@ int main(
printf( "*** END OF CHROOT01 TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index 3d27da4dd8..bf77d44935 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -543,5 +543,3 @@ void test_file (char *filename, char *mode)
if (fclose (fp))
perror ("fclose");
}
-
-
diff --git a/testsuites/psxtests/psxmount/test.c b/testsuites/psxtests/psxmount/test.c
index 59b0b16f44..f3bc369ccb 100644
--- a/testsuites/psxtests/psxmount/test.c
+++ b/testsuites/psxtests/psxmount/test.c
@@ -444,4 +444,3 @@ int main(
printf( "\n\n*** END OF MOUNT/UNMOUNT TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxmsgq01/init.c b/testsuites/psxtests/psxmsgq01/init.c
index 9aa65868db..9a0d61f474 100644
--- a/testsuites/psxtests/psxmsgq01/init.c
+++ b/testsuites/psxtests/psxmsgq01/init.c
@@ -1301,21 +1301,3 @@ void *Task_ (
return NULL; /* just so the compiler thinks we returned something */
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxmsgq01/system.h b/testsuites/psxtests/psxmsgq01/system.h
index 4a66fb3172..369d2ef619 100644
--- a/testsuites/psxtests/psxmsgq01/system.h
+++ b/testsuites/psxtests/psxmsgq01/system.h
@@ -71,5 +71,3 @@ void *Task_3( void *argument );
void *Task_4( void *argument );
/* end of include file */
-
-
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index 6098a10109..aae0e89c85 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -500,4 +500,3 @@ int main(
printf( "\n\n*** END OF READDIR TEST ***\n" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxsem01/init.c b/testsuites/psxtests/psxsem01/init.c
index 4985c3a148..c89f891cf4 100644
--- a/testsuites/psxtests/psxsem01/init.c
+++ b/testsuites/psxtests/psxsem01/init.c
@@ -243,4 +243,3 @@ void *POSIX_Init(
return NULL; /* just so the compiler thinks we returned something */
}
-
diff --git a/testsuites/psxtests/psxsem01/system.h b/testsuites/psxtests/psxsem01/system.h
index 316ffecef5..5a62affd46 100644
--- a/testsuites/psxtests/psxsem01/system.h
+++ b/testsuites/psxtests/psxsem01/system.h
@@ -52,4 +52,3 @@ TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
/* end of include file */
-
diff --git a/testsuites/psxtests/psxstat/test.c b/testsuites/psxtests/psxstat/test.c
index 84402e2a56..8511da3ca8 100644
--- a/testsuites/psxtests/psxstat/test.c
+++ b/testsuites/psxtests/psxstat/test.c
@@ -848,10 +848,3 @@ int main(
puts( "\n\n*** END OF STAT TEST 01 ***" );
rtems_test_exit(0);
}
-
-
-
-
-
-
-
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index 8f6511dcfe..c3b5ec6fc8 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -112,4 +112,3 @@ int main(
puts( "\n\n*** END OF TIME OF DAY TEST 01 ***" );
rtems_test_exit(0);
}
-
diff --git a/testsuites/psxtests/psxtimer/psxtimer.c b/testsuites/psxtests/psxtimer/psxtimer.c
index 145207308c..fcacb10d75 100644
--- a/testsuites/psxtests/psxtimer/psxtimer.c
+++ b/testsuites/psxtests/psxtimer/psxtimer.c
@@ -337,4 +337,3 @@ void *POSIX_Init (
puts( "\n\n*** End of POSIX Timers Test ***" );
rtems_test_exit (0);
}
-