Alessandro Nardin commented on a discussion on 
testsuites/psxtests/psxaio02/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109628

 > -  status = mkdir ("/tmp", S_IRWXU);
 > -  rtems_test_assert (!status);
 > +  status = mkdir( "/tmp", S_IRWXU );
 > +  rtems_test_assert( !status );
 >    
 >    TEST_BEGIN();
 >    
 > -  puts ("Init: Open files");
 > +  puts( "Init: Open files" );
 >  
 > -  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);

I double checked and found some in psxaio01 and psxaio04.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/118#note_109628
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

Reply via email to