summaryrefslogtreecommitdiff
path: root/usertests.c
diff options
context:
space:
mode:
Diffstat (limited to 'usertests.c')
-rw-r--r--usertests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usertests.c b/usertests.c
index 2d6b065..c3e9113 100644
--- a/usertests.c
+++ b/usertests.c
@@ -231,7 +231,7 @@ void
createdelete()
{
int pid, i, fd;
- int n = 10; // for now, fit in one directory block
+ int n = 20;
char name[32];
pid = fork();