summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcond01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcond01/init.c')
-rw-r--r--testsuites/psxtests/psxcond01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxcond01/init.c b/testsuites/psxtests/psxcond01/init.c
index 29cd1a6e1c..7cdac51c88 100644
--- a/testsuites/psxtests/psxcond01/init.c
+++ b/testsuites/psxtests/psxcond01/init.c
@@ -54,7 +54,7 @@ void *POSIX_Init(
puts( "Init - pthread_create - OK" );
sc = pthread_create( &Thread, NULL, BlockingThread, NULL );
fatal_posix_service_status( sc, 0, "Thread create ok" );
-
+
puts( "Init - sleep to let BlockingThread run" );
sleep(1);