swift
d0203fec
- tests: avoid the `not env` pattern
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
tests: avoid the `not env` pattern The `not env` pattern will result in negating the results of `env`, not the results of the inferior command. This is dependent on the implementation of the shell and env. Use the more portable form.
References
#29190 - tests: avoid the `not env` pattern
Author
compnerd
Committer
compnerd
Parents
29268e2a
Loading