//! Test-only fixture loader for the Linux collector.
//!
//! Production code does not include this module. The path is computed from
//! `CARGO_MANIFEST_DIR` plus `src/collector/test_fixtures`, so tests run from
//! the same crate root regardless of the working directory used to launch
//! `cargo test`.
use fs;
use PathBuf;
/// Return the absolute path of a fixture file under `src/collector/test_fixtures`.
/// Read a fixture file as a UTF-8 string.