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 40cca9c commit 2623195Copy full SHA for 2623195
t/ssl-psk.t
@@ -20,15 +20,13 @@ no_long_string();
20
$ENV{TEST_NGINX_LUA_PACKAGE_PATH} = "$::CWD/lib/?.lua;;";
21
$ENV{TEST_NGINX_HTML_DIR} ||= html_dir();
22
23
-$ENV{TEST_NGINX_RESOLVER} ||= '8.8.8.8';
24
-$ENV{TEST_NGINX_CERT_DIR} ||= dirname(realpath(abs_path(__FILE__)));
25
-
26
run_tests();
27
28
__DATA__
29
30
=== TEST 1: TLS-PSK
31
--- http_config
+ lua_package_path "$TEST_NGINX_LUA_PACKAGE_PATH/?.lua;;";
32
server {
33
listen unix:$TEST_NGINX_HTML_DIR/nginx.sock ssl;
34
server_name test.com;
0 commit comments