$OpenBSD: patch-test_lua,v 1.2 2017/05/14 15:46:10 danj Exp $
Index: test.lua
--- test.lua.orig
+++ test.lua
@@ -1,8 +1,8 @@
 print "1..9"
 
 local src_dir, build_dir = ...
-package.path  = src_dir .. "?.lua;" .. package.path
-package.cpath = build_dir .. "?.so;" .. package.cpath
+--package.path  = src_dir .. "?.lua;" .. package.path
+--package.cpath = build_dir .. "?.so;" .. package.cpath
 
 local tap   = require("tap")
 local lz    = require("zlib")
@@ -139,4 +139,4 @@ function test_version()
    ok(type(patch) == "number", "patch version is number (" .. patch .. ")")
 end
 
-main()
\ No newline at end of file
+main()
