Try to make missing pidfile and logfile parent dir
[mudpy.git] / mudpy / tests / selftest.py
index c3c5dea..40ea0f3 100644 (file)
@@ -347,7 +347,6 @@ def start_service(config):
         os.remove(f.name)
     for d in ("data", "var"):
         shutil.rmtree(d, ignore_errors=True)
-    os.mkdir("var")
 
     # Start the service and wait for it to be ready for connections
     service = subprocess.Popen(("mudpy", config),