X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=mudpy%2Ftests%2Fselftest.py;h=40ea0f3b3d70a71668b0ab271064ba0cf77c94c2;hp=3012c617b9b2dca0bb20467f9c83f4873eb777ea;hb=41a4d11fc1fa4d9aa801c879c7464bd0de6defcc;hpb=6375b4be5c22662376bfb1534a5ec77506f6402e diff --git a/mudpy/tests/selftest.py b/mudpy/tests/selftest.py index 3012c61..40ea0f3 100644 --- a/mudpy/tests/selftest.py +++ b/mudpy/tests/selftest.py @@ -1,6 +1,6 @@ -# Copyright (c) 2004-2018 Jeremy Stanley . Permission -# to use, copy, modify, and distribute this software is granted under -# terms provided in the LICENSE file distributed with this software. +# Copyright (c) 2004-2018 mudpy authors. Permission to use, copy, +# modify, and distribute this software is granted under terms +# provided in the LICENSE file distributed with this software. import os import pathlib @@ -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),