//! Shared helpers for the `cli` integration tests.
use Command;
use fs;
use PathBuf;
use TempDir;
/// Build a `Command` for the built `eval-magic` binary.
/// A canonicalized temp root (resolves macOS /var → /private/var so the binary's
/// cwd-derived workspace path matches the fixtures it reads).