summaryrefslogtreecommitdiff
path: root/test/syscall.test
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-09-20 18:34:38 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-09-20 18:34:38 -0400
commit487e15dc239ccdb3344d1c99ce120e872bab4a74 (patch)
treec986d492f6092ca7b4401d91515f74daed17fae2 /test/syscall.test
parent7bb481fda9ecb134804b49c2ce77ca28f7eea583 (diff)
Imported Upstream version 2.0.6
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}
}