aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/io.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistd/io.out')
-rw-r--r--tests/unistd/io.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unistd/io.out b/tests/unistd/io.out
index 3061b94e..037d0c34 100644
--- a/tests/unistd/io.out
+++ b/tests/unistd/io.out
@@ -22,6 +22,11 @@ TO DEVICE: 0
write to device: 8
errno: 0
+open read-only device from createDevice for read, errno: 0
+open read-only device from createDevice for write, errno: 13
+open write-only device from createDevice for read, errno: 13
+open write-only device from createDevice for write, errno: 0
+
read from file: 10
data: 1234567890
errno: 0