File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ local scurl = require "cURL.safe"
1818local json = require " dkjson"
1919local fname = " ./test.download"
2020
21- local ENABLE = false
21+ local ENABLE = true
2222
23- local _ENV = TEST_CASE ' easy' if true or ENABLE then
23+ local _ENV = TEST_CASE ' easy' if ENABLE then
2424
2525local e1 , e2
2626function teardown ()
@@ -29,6 +29,8 @@ function teardown()
2929 e1 , e2 = nil
3030end
3131
32+ if curl .OPT_STREAM_DEPENDS then
33+
3234function test_easy_setopt_stream_depends_1 ()
3335 e1 = assert (scurl .easy ())
3436 e2 = assert (scurl .easy ())
@@ -93,6 +95,8 @@ function test_easy_setopt_stream_depends_e_4()
9395 end )
9496end
9597
98+ end
99+
96100function test_easy_setopt_share ()
97101 e1 = assert (scurl .easy ())
98102 e2 = assert (scurl .share ())
You can’t perform that action at this time.
0 commit comments