diff options
Diffstat (limited to 'usertests.c')
-rw-r--r-- | usertests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usertests.c b/usertests.c index a3bb284..9bd144c 100644 --- a/usertests.c +++ b/usertests.c @@ -339,7 +339,7 @@ main(int argc, char *argv[]) { puts("usertests starting\n"); - unlinkread(); + //unlinkread(); createdelete(); twofiles(); sharedfd(); |