summaryrefslogtreecommitdiff
path: root/Build/source/libs/lua52/luaerror.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/lua52/luaerror.test')
-rwxr-xr-xBuild/source/libs/lua52/luaerror.test15
1 files changed, 0 insertions, 15 deletions
diff --git a/Build/source/libs/lua52/luaerror.test b/Build/source/libs/lua52/luaerror.test
deleted file mode 100755
index 3992b1d4bf8..00000000000
--- a/Build/source/libs/lua52/luaerror.test
+++ /dev/null
@@ -1,15 +0,0 @@
-#! /bin/sh -vx
-# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
-# Copyright 2014 Peter Breitenlohner <tex-live@tug.org>
-# You may freely use, modify and/or distribute this file.
-
-LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
-
-./luatry -e "error('test')" 2>error.tmp && exit 1
-
-sed -e 's/lt-luatry/luatry/;s,^.*/luatry,./luatry,' error.tmp >error.out
-
-diff $srcdir/error.exp error.out || exit 1
-
-
-