summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck/test-def.test
blob: a6554519c80d6192ec484b6e7b767dd03cb55f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh -vx
# $Id$
# Copyright 2019 Karl Berry <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

LC_ALL=C; export LC_ALL;  LANGUAGE=C; export LANGUAGE

testname=test-def
input=$testname.tex
./lacheck $srcdir/$input \
| sed -e "s!$srcdir/$input!./$input!g" >$testname.out || exit 1

diff $srcdir/$testname.xout $testname.out || exit 1