summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsclose01/fsclose01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/fstests/fsclose01/fsclose01.doc')
-rw-r--r--testsuites/fstests/fsclose01/fsclose01.doc26
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuites/fstests/fsclose01/fsclose01.doc b/testsuites/fstests/fsclose01/fsclose01.doc
new file mode 100644
index 0000000000..29277a4a91
--- /dev/null
+++ b/testsuites/fstests/fsclose01/fsclose01.doc
@@ -0,0 +1,26 @@
+This file describes the directives and concepts tested by this test set.
+
+test set name: fsclose01
+
+directives:
+
+ - close()
+ - fcntl()
+ - fdatasync()
+ - fchdir()
+ - fchmod()
+ - fchown()
+ - fstat()
+ - fsync()
+ - ftruncate()
+ - ioctl()
+ - lseek()
+ - read()
+ - readv()
+ - write()
+ - writev()
+
+concepts:
+
+ - Ensure the close() return -1 with errno set to EBUSY in case the file
+ descriptor is still in use.