TurnOffExperimental unsets CF_CLI_EXPERIMENTAL.
()
| 23 | |
| 24 | // TurnOffExperimental unsets CF_CLI_EXPERIMENTAL. |
| 25 | func TurnOffExperimental() { |
| 26 | Expect(os.Unsetenv("CF_CLI_EXPERIMENTAL")).To(Succeed()) |
| 27 | } |
| 28 | |
| 29 | // SetHomeDir sets CF_HOME and CF_PLUGIN_HOME to a temp directory and outputs |
| 30 | // the created directory through GinkgoWriter. |
no outgoing calls
no test coverage detected