summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/devfs04/devfs04.scn
blob: b65f3044eac61aa97c7b029073304d6857c23f7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
*** 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 ***