summaryrefslogtreecommitdiff
path: root/usertests.c
diff options
context:
space:
mode:
Diffstat (limited to 'usertests.c')
-rw-r--r--usertests.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usertests.c b/usertests.c
index 2b35b8f..9be2764 100644
--- a/usertests.c
+++ b/usertests.c
@@ -1234,7 +1234,9 @@ int
main(int argc, char *argv[])
{
printf(1, "usertests starting\n");
-
+
+for(;;) concreate();
+
if(open("usertests.ran", 0) >= 0){
printf(1, "already ran user tests -- rebuild fs.img\n");
exit();