From 4fb7403f1f34a8c4ab20183909815fd254c2f9f6 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 13 Apr 2016 00:27:42 -0400 Subject: [PATCH] luacov: update path to point to right location --- tests/.luacov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/.luacov b/tests/.luacov index b003629..a6073d1 100644 --- a/tests/.luacov +++ b/tests/.luacov @@ -42,7 +42,7 @@ return { -- debug = true; pathcorrect = { - {"^.-/share/lua/5.%d/", "src/lua/"}; + {"^../lua/", "lua/"}; }, }, -- 2.11.4.GIT