Files
rtems/testsuites/libtests/devfs04/devfs04.scn
Joel Sherrill 89cd2dfe94 2011-03-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
	passes on sis.
2011-03-09 19:39:44 +00:00

11 lines
425 B
Plaintext

*** TEST DEVFS04 ***
Init - attempt to open the /dev/test WR mode -- OK
Init - attempt to write to /dev/test -- OK
Init - attempt to write to /dev/test - expect ENOSYS
Init - attempt to open the /dev/test RD mode -- OK
Init - attempt to read from /dev/test -- OK
Init - attempt to read from /dev/test - expect ENOSYS
Init - attempt ioctl on the device - expect ENOSYS
Init - mknod(/dev/null)-- OK
*** END OF TEST DEVFS04 ***