summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-05-15 22:14:44 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2014-05-15 22:16:57 +0200
commitb48fae97f2a4f37bbe46553032d35c6ceb96d1f3 (patch)
tree130bec42de31c1380138db978cefd68161fe8d22 /scripts
parent967a1634498f1030924ab8161ed564a9ff9ac538 (diff)
downloadluaotfload-b48fae97f2a4f37bbe46553032d35c6ceb96d1f3.tar.gz
[tests] remove obsolete config
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mktests13
1 files changed, 2 insertions, 11 deletions
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