summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
blob: 6d20a53f097e4d92fd685da5ceeecb6e7d36de1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#! /bin/sh -vx
# $Id$
# Copyright 2019-2021 Karl Berry <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
# Some actual sorting needed.

# Disable, since it fails on (at least) FreeBSD, OpenBSD, sparc-solaris.
# https://tug.org/pipermail/tlbuild/2021q2/004918.html
# 
# Looking for someone interested in debugging ...

test -d tests || mkdir -p tests

testname=yannis

cp $srcdir/tests/$testname.aux tests/x$testname.aux || exit 1

TEXMFCNF=$srcdir/../kpathsea; export TEXMFCNF
BSTINPUTS=$srcdir/../web2c/tests; export BSTINPUTS
BIBINPUTS=$srcdir/tests; export BIBINPUTS

if ./bibtexu -t -d all -l fr -o fr tests/x$testname; then :; else
  echo "*** bibtexu failed, tests/x$testname.blg is:" >&2
  cat tests/x$testname.blg >&2
  exit 1
fi

diff $srcdir/tests/$testname.bbl tests/x$testname.bbl || exit 1