mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The `env -u` flag is not portable and not available on all platforms, so this unit test will fail when the feature is unavailable. Instead of trying to unset the field, just erase it instead, since trying to copy the entire invoked environment is difficult.