Home
last modified time | relevance | path

Searched refs:findmnt (Results 1 – 2 of 2) sorted by relevance

/unit/test/
H A Dtest_python_isolation.py9 from unit.utils import findmnt
88 assert findmnt().find(python_path) == -1
90 assert findmnt().find(python_path) == -1
96 assert findmnt().find(python_path) == -1
/unit/test/unit/
H A Dutils.py84 def findmnt(): function
95 if findmnt().find(template) != -1:
105 if findmnt().find(template) == -1: