Remove test specific to mt 0.13
This commit is contained in:
@@ -283,7 +283,7 @@ def get_infos():
|
|||||||
infos["codename"] = lsb.get("CODENAME", None)
|
infos["codename"] = lsb.get("CODENAME", None)
|
||||||
infos["release"] = lsb.get("RELEASE", None)
|
infos["release"] = lsb.get("RELEASE", None)
|
||||||
infos["arch"] = "64-bits" if sys.maxsize > 2**32 else "32-bits"
|
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
|
return infos
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user