diff options
Diffstat (limited to 'tests/unistd/isatty.out')
-rw-r--r-- | tests/unistd/isatty.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/unistd/isatty.out b/tests/unistd/isatty.out new file mode 100644 index 00000000..3c138c0e --- /dev/null +++ b/tests/unistd/isatty.out @@ -0,0 +1,10 @@ +read: -1 +errno: 25 +write: -1 +errno: 25 +all: 0 +errno: 0 +folder: -1 +errno: 25 +file: -1 +errno: 25 |