Don't run test launching echo since that doesn't exist on Windows

This commit is contained in:
John Kåre Alsaker 2019-03-14 05:53:44 +01:00
parent 0ad3207745
commit 88d43a052a

View file

@ -8,7 +8,7 @@
//!
//! The [`Command`] struct is used to configure and spawn processes:
//!
//! ```
//! ```no_run
//! use std::process::Command;
//!
//! let output = Command::new("echo")