summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx02/task.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psx02/task.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psx02/task.c b/testsuites/psxtests/psx02/task.c
index 354a32bb0e..410ee32346 100644
--- a/testsuites/psxtests/psx02/task.c
+++ b/testsuites/psxtests/psx02/task.c
@@ -31,12 +31,12 @@ void *Task_1_through_3(
int status;
for ( i=0 ; i<5 ; i++ ) {
- seconds = sleep( 1 );
- assert( !seconds );
-
print_current_time( "Task1: ", "" );
status = pthread_kill( Init_id, SIGUSR1 );
assert( !status );
+
+ seconds = sleep( 1 );
+ assert( !seconds );
}
puts( "*** END OF POSIX TEST 2 ***" );
exit( 0 );