Remove test specific to mt 0.13

merge-requests/64/head
Hugo Posnic 2017-05-07 18:41:11 +02:00
parent 91ef4b2e3f
commit 820b3b9889
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ def get_infos():
infos["codename"] = lsb.get("CODENAME", None)
infos["release"] = lsb.get("RELEASE", None)
infos["arch"] = "64-bits" if sys.maxsize > 2**32 else "32-bits"
infos["live"] = os.path.exists("/bootmnt/manjaro") or os.path.exists("/run/miso/bootmnt/manjaro")
infos["live"] = os.path.exists("/run/miso/bootmnt/manjaro")
return infos