summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/BUILD
diff options
context:
space:
mode:
authorRidwan Sharif <ridwanmsharif@google.com>2020-08-11 12:13:01 -0400
committerAndrei Vagin <avagin@gmail.com>2020-09-11 13:35:25 -0700
commita94377620401aee2b3e37d16f90054f7ddc756da (patch)
tree7655d7965f54facdd3ca08f760090d335651a10c /test/fuse/BUILD
parent74e229c56ceb488a61a1b42d8f7da2d58c3c5418 (diff)
Implement FUSE_RMDIR
Fixes #3587 Co-authored-by: Craig Chi <craigchi@google.com>
Diffstat (limited to 'test/fuse/BUILD')
-rw-r--r--test/fuse/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fuse/BUILD b/test/fuse/BUILD
index cae51ce49..30d2a871f 100644
--- a/test/fuse/BUILD
+++ b/test/fuse/BUILD
@@ -41,3 +41,9 @@ syscall_test(
fuse = "True",
test = "//test/fuse/linux:read_test",
)
+
+syscall_test(
+ test = "//test/fuse/linux:rmdir_test",
+ vfs2 = "True",
+ fuse = "True",
+)