#! /bin/sh -vx # $Id$ # Copyright 2017 Karl Berry # Copyright 2011-2013 Peter Breitenlohner # You may freely use, modify and/or distribute this file. rm -rf ewprob.* cp $srcdir/tests/wprob.tex ./ewprob.tex TEXMFCNF=$srcdir/../kpathsea \ ./etex --ini --etex --file-line-error --interaction=nonstopmode ewprob.tex grep '^\./ewprob\.tex:12: Could not open file NoSuchFile\.eps\.$' \ ewprob.log || exit 1