summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/tests/bibtex.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtexu/tests/bibtex.test')
-rwxr-xr-xBuild/source/texk/bibtexu/tests/bibtex.test16
1 files changed, 0 insertions, 16 deletions
diff --git a/Build/source/texk/bibtexu/tests/bibtex.test b/Build/source/texk/bibtexu/tests/bibtex.test
deleted file mode 100755
index b4f24bd4c6c..00000000000
--- a/Build/source/texk/bibtexu/tests/bibtex.test
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /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
-