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, 0 insertions, 24 deletions
diff --git a/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test b/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
deleted file mode 100755
index 548d30f32cb..00000000000
--- a/Build/source/texk/bibtex-x/tests/bibtexu-yannis.test
+++ /dev/null
@@ -1,24 +0,0 @@
-#! /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
-