Skip to content

Commit 88d43a0

Browse files
committed
Don't run test launching echo since that doesn't exist on Windows
1 parent 0ad3207 commit 88d43a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//!
99
//! The [`Command`] struct is used to configure and spawn processes:
1010
//!
11-
//! ```
11+
//! ```no_run
1212
//! use std::process::Command;
1313
//!
1414
//! let output = Command::new("echo")

0 commit comments

Comments
 (0)