#! /bin/sh -vx # $Id: lacheck.test 48633 2018-09-09 17:56:55Z karl $ # Copyright 2017-2018 Karl Berry # Copyright 2009-2014 Peter Breitenlohner # 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