//! End-to-end smoke tests against a **real** `bsdkrun` binary.
//!
//! Skipped by default: `cargo test` must never require the binary, libkrun,
//! or a bootable guest. Opt in with:
//!
//! ```sh
//! BSDKRUN_SDK_E2E=1 cargo test --test e2e -- --nocapture
//! ```
use Sandbox;