diff options
Diffstat (limited to 'tests/unistd/isatty.out')
-rw-r--r-- | tests/unistd/isatty.out | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/unistd/isatty.out b/tests/unistd/isatty.out index 9e7f41e8..6823c1f0 100644 --- a/tests/unistd/isatty.out +++ b/tests/unistd/isatty.out @@ -1,10 +1,10 @@ -read: -1 +read: 0 errno: 25 -write: -1 +write: 0 errno: 25 -all: -1 +all: 0 errno: 25 -folder: -1 +folder: 0 errno: 25 -file: -1 +file: 0 errno: 25 |