summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex-x/tests/bibtexu-yannis.test')
-rwxr-xr-xBuild/source/texk/bibtex-x/tests/bibtexu-yannis.test24
1 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test b/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
new file mode 100755
index 00000000000..548d30f32cb
--- /dev/null
+++ b/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
@@ -0,0 +1,24 @@
+#! /bin/sh -vx
+# $Id$
+# Copyright 2019 Karl Berry <tex-live@tug.org>
+# You may freely use, modify and/or distribute this file.
+
+# Test file prepared by Yannis Haralambous in 2009.
+
+exit 0 # temp until fixed
+
+test -d tests || mkdir -p tests
+
+cp $srcdir/tests/yannis.aux tests/xyannis.aux
+
+TEXMFCNF=$srcdir/../kpathsea; export TEXMFCNF
+BSTINPUTS=$srcdir/../web2c/tests; export BSTINPUTS
+BIBINPUTS=$srcdir/tests; export BIBINPUTS
+if ./bibtexu -l fr -o fr -t -d all tests/xyannis; then :; else
+ echo "bibtexu failed, tests/xyannis.blg is:" >&2
+ cat tests/xyannis.blg >&2
+ exit 1
+fi
+
+diff $srcdir/tests/yannis.bbl tests/xyannis.bbl || exit 1
+