diff --git a/tests/test_utils_elog.py b/tests/test_utils_elog.py new file mode 100644 index 000000000..195031919 --- /dev/null +++ b/tests/test_utils_elog.py @@ -0,0 +1,3 @@ +import shutil + +assert shutil.which("elogd") is not None, "elogd is not installed or not in PATH"