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