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