summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/upbibtex.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-02-15 10:06:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-02-15 10:06:11 +0000
commite38aa1c20001cca438c00dac4f5c0886d142f215 (patch)
tree116e9dc4ad83c5971e58eff4aec9619239b4bd24 /Build/source/texk/web2c/uptexdir/upbibtex.test
parentd3936b33b2d2a5f0fbe7df3ee3774b1bcae2eefb (diff)
Fix several spurious parallel test failures
git-svn-id: svn://tug.org/texlive/trunk@29118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/upbibtex.test')
-rwxr-xr-xBuild/source/texk/web2c/uptexdir/upbibtex.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.test b/Build/source/texk/web2c/uptexdir/upbibtex.test
index ba59d7ad4e8..4e6f5c8f4a6 100755
--- a/Build/source/texk/web2c/uptexdir/upbibtex.test
+++ b/Build/source/texk/web2c/uptexdir/upbibtex.test
@@ -1,14 +1,14 @@
#! /bin/sh
-# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
-test -d tests || mkdir -p tests
+test -d uptests || mkdir -p uptests
-cp $srcdir/tests/exampl.aux tests/xexampl.aux
+cp $srcdir/tests/exampl.aux uptests/xexampl.aux
TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/tests \
BIBINPUTS=$srcdir/tests \
- ./upbibtex tests/xexampl || exit 1
+ ./upbibtex uptests/xexampl || exit 1