aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/close.out
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-07-23 05:49:48 +0300
committermax99x <max99x@gmail.com>2011-07-23 05:49:48 +0300
commit136756f734ecf14a28736900075d561e981e973e (patch)
treecf33472ea6550c6486ec7722facf34d98a16a51d /tests/unistd/close.out
parent586d229ec311daa5e89781eb6da822989e677789 (diff)
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
Diffstat (limited to 'tests/unistd/close.out')
-rw-r--r--tests/unistd/close.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unistd/close.out b/tests/unistd/close.out
new file mode 100644
index 00000000..66e47927
--- /dev/null
+++ b/tests/unistd/close.out
@@ -0,0 +1,8 @@
+fsync(opened): 0
+errno: 0
+close(opened): 0
+errno: 0
+fsync(closed): -1
+errno: 9
+close(closed): -1
+errno: 9