summaryrefslogtreecommitdiff
path: root/test/syscall.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscall.test')
-rw-r--r--test/syscall.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/syscall.test b/test/syscall.test
index 201bd63..d841a9a 100644
--- a/test/syscall.test
+++ b/test/syscall.test
@@ -59,7 +59,8 @@ do_test 2.1.2 { test_syscall exists nosuchcall } 0
foreach s {
open close access getcwd stat fstat ftruncate
fcntl read pread write pwrite fchmod fallocate
- pread64 pwrite64 unlink openDirectory
+ pread64 pwrite64 unlink openDirectory mkdir rmdir
+ statvfs fchown umask
} {
if {[test_syscall exists $s]} {lappend syscall_list $s}
}