1#! /bin/sh
2
3# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
4# You may freely use, modify and/or distribute this file.
5
6test -d tests || mkdir -p tests
7
8cp $srcdir/tests/exampl.aux tests/xexampl.aux
9
10TEXMFCNF=$srcdir/../kpathsea \
11  BSTINPUTS=$srcdir/tests \
12  BIBINPUTS=$srcdir/tests \
13  ./bibtex tests/xexampl || exit 1
14
15