diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-10 23:12:38 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-10 23:12:38 -0800 |
commit | ff64e1dbd61c1de97e17fd201e3f9864bdc85a2b (patch) | |
tree | 8c5492de1de96bdeb95af3fcc793934f28fbcb65 /tests/unistd | |
parent | b73abafd18c5ef235d8f5cb2987511daffa8f0fa (diff) |
fix test_unistd_isatty
Diffstat (limited to 'tests/unistd')
-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 |