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