summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtex8.test
blob: 472705f71578b3345e900b94b191725c8d5482b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2010 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

test -d tests || mkdir -p tests

cp $srcdir/../web2c/tests/exampl.aux tests/xexampl.aux

TEXMFCNF=$srcdir/../kpathsea \
  BSTINPUTS=$srcdir/../web2c/tests \
  BIBINPUTS=$srcdir/../web2c/tests \
  ./bibtex8 -7 tests/xexampl || test $? = 1 || exit 1