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 f1b89a2 commit 31e32ddCopy full SHA for 31e32dd
tests/remote/httpproxy.c
@@ -136,4 +136,8 @@ void test_remote_httpproxy__env(void)
136
/* configuration overrides environment variables */
137
cl_setenv("NO_PROXY", "github.none");
138
assert_config_match("http.https://github.com.proxy", "http://localhost:11/");
139
+
140
+ /* empty env behaves like unset env */
141
+ cl_setenv("HTTPS_PROXY", "");
142
+ assert_proxy_is(NULL);
143
}
0 commit comments