summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/euptexdir/pdfprimitive.test
blob: 8c3f0bfaffa809857b62886018667b6ba03ccf62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /bin/sh -vx
# $Id$
# Copyright 2017-2018 Karl Berry <tex-live@tug.org>#
# Copyright 2015 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

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

TEXMFCNF=$srcdir/../kpathsea; export TEXMFCNF
TEXINPUTS=.; export TEXINPUTS

FILE=pdfprimitive-euptex

# get same filename in log
rm -f $FILE.*
$LN_S $srcdir/eptexdir/tests/pdfprimitive-test.tex $FILE.tex

./euptex -ini -etex $FILE && exit 1

sed 1d $FILE.log >$FILE.out

diff $srcdir/euptexdir/tests/$FILE.log $FILE.out || exit 1