tests: Remove now redundant LANG overrides

We added a central one in the previous commit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson
2020-12-07 14:32:27 -05:00
parent fdc621e05f
commit 41eda8a431
2 changed files with 0 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ from tests import setup_logging
from tests import virtinstall, virtclone, virtxml
from tests import utils
os.environ["LANG"] = "en_US.UTF-8"
os.environ["HOME"] = "/tmp"
os.environ["DISPLAY"] = ":3.4"