summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/wprob.test
blob: 1af5f5d75f6ce6a634246f26de1c2cc9cbb2684b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

rm -rf wprob.*
cp $srcdir/tests/wprob.tex .

TEXMFCNF=$srcdir/../kpathsea \
	./pdftex --ini --etex --file-line-error --interaction=nonstopmode wprob.tex

grep '^\./wprob\.tex:12: Could not open file NoSuchFile\.eps\.$' \
	wprob.log || exit 1