diff options
author | max99x <max99x@gmail.com> | 2011-08-27 06:03:16 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-08-27 06:03:16 +0300 |
commit | 1ca0ab32d47326d0d83ae15165bf306cb9965658 (patch) | |
tree | b935554859c23e4217898066eb1b5c65252e5d75 /tests/unistd | |
parent | 659618982dd2b045f4f30981ededf91a579d96c0 (diff) |
Updated the expected output of test_unistd_isatty.
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 |