We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7d195 commit a9b8a64Copy full SHA for a9b8a64
1 file changed
core/src/mcp/transport/stdio.rs
@@ -445,7 +445,7 @@ mod tests {
445
) -> StdioTransport {
446
let args = vec![
447
"-c".to_string(),
448
- "touch \"$1\"; (sleep 0.30; touch \"$2\") & wait".to_string(),
+ "(sleep 0.30; : > \"$2\") & : > \"$1\"; wait".to_string(),
449
"mcp-process-tree-test".to_string(),
450
started.to_string_lossy().into_owned(),
451
leaked.to_string_lossy().into_owned(),
0 commit comments