X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=40ea0f3b3d70a71668b0ab271064ba0cf77c94c2;hp=c3c5deadc26bead307c40e6a0907ef832c65f541;hb=41a4d11fc1fa4d9aa801c879c7464bd0de6defcc;hpb=4d1be9934c46fb605b93e4dd9556263ae4e7363e diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index c3c5dea..40ea0f3 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -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),