summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/lacheck.test
blob: a5d4afa640ef631cfe0cca8f685f372b9c043e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh -vx
# $Id$
# Copyright 2017 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.

./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