mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 03:48:00 +08:00
libtests/devfs03: Initialize nodes
This commit is contained in:
@@ -39,6 +39,8 @@ rtems_task Init(
|
||||
|
||||
puts( "\n\n*** TEST DEVFS03 ***" );
|
||||
|
||||
memset(nodes, 0, sizeof(nodes));
|
||||
|
||||
puts( "Init - attempt to create /dir01 -- OK" );
|
||||
status = mkdir( "/dir01", S_IRWXU );
|
||||
rtems_test_assert( status == 0 );
|
||||
|
||||
Reference in New Issue
Block a user