summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/lacheck.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/lacheck/lacheck.test')
-rwxr-xr-xBuild/source/utils/lacheck/lacheck.test13
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/utils/lacheck/lacheck.test b/Build/source/utils/lacheck/lacheck.test
deleted file mode 100755
index 614462104c8..00000000000
--- a/Build/source/utils/lacheck/lacheck.test
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh -vx
-# $Id$
-# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
-# Copyright 2009-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
-
-./lacheck $srcdir/test.tex | \
- sed -e "s!$srcdir/test.tex!./test.tex!g" >test.out || exit 1
-
-diff $srcdir/test.old test.out || exit 1
-