summaryrefslogtreecommitdiff
path: root/Build/source/texk/lacheck/lacheck.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lacheck/lacheck.test')
-rwxr-xr-xBuild/source/texk/lacheck/lacheck.test10
1 files changed, 0 insertions, 10 deletions
diff --git a/Build/source/texk/lacheck/lacheck.test b/Build/source/texk/lacheck/lacheck.test
deleted file mode 100755
index 21b1d5ed0e9..00000000000
--- a/Build/source/texk/lacheck/lacheck.test
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/sh
-
-# Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
-# You may freely use, modify and/or distribute this file.
-
-./lacheck $srcdir/$LACHECK_TREE/test.tex | \
- sed -e "s!$srcdir/$LACHECK_TREE/test.tex!./test.tex!g" >test.out || exit 1
-
-diff $srcdir/$LACHECK_TREE/test.old test.out || exit 1
-