This commit is contained in:
@@ -2,6 +2,6 @@ import os
|
||||
import shutil
|
||||
|
||||
os.environ["PATH"] = os.path.expanduser("~/.local/bin") + ":" + os.environ["PATH"]
|
||||
|
||||
|
||||
def test_elogd_is_available():
|
||||
assert shutil.which("elogd") is not None, "elogd is not installed or not in PATH"
|
||||
Reference in New Issue
Block a user