diff options
Diffstat (limited to 'test/unit/utils.py')
| -rw-r--r-- | test/unit/utils.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/unit/utils.py b/test/unit/utils.py index 27e7dadc..cd823e27 100644 --- a/test/unit/utils.py +++ b/test/unit/utils.py @@ -90,17 +90,6 @@ def findmnt(): return out -def sysctl(): - try: - out = subprocess.check_output( - ['sysctl', '-a'], stderr=subprocess.STDOUT - ).decode() - except FileNotFoundError: - pytest.skip('requires sysctl') - - return out - - def waitformount(template, timeout=50): for _ in range(timeout): if findmnt().find(template) != -1: |
