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.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/utils/lacheck/lacheck.test b/Build/source/utils/lacheck/lacheck.test
new file mode 100755
index 00000000000..b92b0cafacf
--- /dev/null
+++ b/Build/source/utils/lacheck/lacheck.test
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+./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
+