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 4891c00 commit c2f0442Copy full SHA for c2f0442
src/libstd/process.rs
@@ -807,6 +807,7 @@ mod tests {
807
// equals signs (`=`). Those do not show up in the output of the
808
// `set` command.
809
assert!((cfg!(windows) && k.starts_with("=")) ||
810
+ k.starts_with("DYLD") ||
811
output.contains(&format!("{}={}", *k, *v)),
812
"output doesn't contain `{}={}`\n{}",
813
k, v, output);
0 commit comments