From b48fae97f2a4f37bbe46553032d35c6ceb96d1f3 Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Thu, 15 May 2014 22:14:44 +0200
Subject: [tests] remove obsolete config

---
 scripts/mktests | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

(limited to 'scripts/mktests')

diff --git a/scripts/mktests b/scripts/mktests
index 703a6b8..b36b6dd 100755
--- a/scripts/mktests
+++ b/scripts/mktests
@@ -6,7 +6,7 @@
 -- REQUIREMENTS:  Luatex > 0.76, Luaotfload
 --       AUTHOR:  Philipp Gesang (Phg), <phg42.2a@gmail.com>
 --      VERSION:  2.4
---     MODIFIED:  2013-08-26 09:31:22+0200
+--     MODIFIED:  2014-05-15 22:16:47+0200
 -----------------------------------------------------------------------
 --
 --===================================================================--
@@ -16,16 +16,7 @@
 --===================================================================--
 
 
-local tests = { }
-
-config = { luaotfload = {
-    names_dir     = "names",
-    cache_dir     = "fonts",
-    index_file    = "luaotfload-names.lua",
-    resolver      = "normal",
-    update_live   = true, --- suppress db updates
-}}
-
+local tests       = { }
 local lpeg        = require "lpeg"
 local lpegmatch   = lpeg.match
 
-- 
cgit v1.2.3