Skip to content
Snippets Groups Projects
Commit 93b498ec authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

test zfs rmdir

parent 15facc7f
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,11 @@ int main(int argc, char **argv)
return EXIT_FAILURE;
}
if (rmdir("/usr/testdir") < 0) {
perror("rmdir");
return EXIT_FAILURE;
}
#if 0
fd = open("/mnt/tests/tst-zfs-simple.c", O_RDONLY);
if (fd < 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment