From acbf52146ebd8f00e233fb7e430cb711b31c20d1 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Sun, 4 Nov 2018 14:45:33 +0300 Subject: [PATCH] Update test --- test/test_curl.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_curl.lua b/test/test_curl.lua index c4d8c40..ca7d806 100644 --- a/test/test_curl.lua +++ b/test/test_curl.lua @@ -20,6 +20,8 @@ local fname = "./test.download" local utils = require "utils" +local is_curl_ge = utils.is_curl_ge + local function weak_ptr(val) return setmetatable({value = val},{__mode = 'v'}) end