skip check for DYLD envars in child proc
This commit is contained in:
parent
4891c00634
commit
c2f0442a2a
1 changed files with 1 additions and 0 deletions
|
@ -807,6 +807,7 @@ mod tests {
|
|||
// equals signs (`=`). Those do not show up in the output of the
|
||||
// `set` command.
|
||||
assert!((cfg!(windows) && k.starts_with("=")) ||
|
||||
k.starts_with("DYLD") ||
|
||||
output.contains(&format!("{}={}", *k, *v)),
|
||||
"output doesn't contain `{}={}`\n{}",
|
||||
k, v, output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue