Alessandro Nardin commented on a discussion on testsuites/psxtests/psxaio03/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109781 > - puts (" Init: Open files "); > + TEST_BEGIN( ); > > - for (i=0; i<FD_COUNT; i++) > + for ( i=0; i<FD_COUNT; i++) > { > - sprintf (filename, "/tmp/aio_fildes%d",i); > - fd[i] = open (filename, O_RDWR|O_CREAT, S_IRWXU|S_IRWXG|S_IRWXO); > - rtems_test_assert ( fd[i] != -1); > + sprintf( filename, "/tmp/aio_fildes%d",i ); > + fd[i] = open( > + filename, > + O_RDWR|O_CREAT, > + S_IRWXU|S_IRWXG|S_IRWXO > + ); > + rtems_test_assert( fd[i] != -1 ); Checked all the files, i corrected the errors you pointed out and found some more. Hopefully now I caught everything. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109781 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
