diff options
Diffstat (limited to 'Build/source/texk/bibtexu/tests/bibtex.test')
-rwxr-xr-x | Build/source/texk/bibtexu/tests/bibtex.test | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/bibtexu/tests/bibtex.test b/Build/source/texk/bibtexu/tests/bibtex.test new file mode 100755 index 00000000000..b4f24bd4c6c --- /dev/null +++ b/Build/source/texk/bibtexu/tests/bibtex.test @@ -0,0 +1,16 @@ +#! /bin/sh + +# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. + +exit 77 + +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 \ + ./bibtexu tests/xexampl || test $? = 1 || exit 1 + |