summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/updvitype.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/updvitype.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/updvitype.test')
-rwxr-xr-xBuild/source/texk/web2c/uptexdir/updvitype.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/uptexdir/updvitype.test b/Build/source/texk/web2c/uptexdir/updvitype.test
index f5e970ed9e1..f824e07455a 100755
--- a/Build/source/texk/web2c/uptexdir/updvitype.test
+++ b/Build/source/texk/web2c/uptexdir/updvitype.test
@@ -1,19 +1,19 @@
#! /bin/sh
-# Copyright (C) 2011-2012 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
if tfmpath=`$KPSEWHICH cmbx10.tfm`; then
TEXMFCNF=$srcdir/../kpathsea \
TFMFONTS=`dirname "$tfmpath"` \
- ./updvitype -show-opcodes $srcdir/tests/story >tests/xstory.dvityp || exit 1
+ ./updvitype -show-opcodes $srcdir/tests/story >uptests/xstory.dvityp || exit 1
fi
TEXMFCNF=$srcdir/../kpathsea \
TFMFONTS=$srcdir/tests \
- ./updvitype --p=\*.\*.2 $srcdir/tests/pagenum.dvi >tests/xpagenum.typ || exit 1
+ ./updvitype --p=\*.\*.2 $srcdir/tests/pagenum.dvi >uptests/xpagenum.typ || exit 1