summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/sample.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/ptexdir/sample.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/ptexdir/sample.test')
-rwxr-xr-xBuild/source/texk/web2c/ptexdir/sample.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/ptexdir/sample.test b/Build/source/texk/web2c/ptexdir/sample.test
index 97cde057e01..473147fc013 100755
--- a/Build/source/texk/web2c/ptexdir/sample.test
+++ b/Build/source/texk/web2c/ptexdir/sample.test
@@ -1,9 +1,9 @@
#! /bin/sh
-# Copyright (C) 2010-2012 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2010-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 ptests || mkdir -p ptests
tfmpath=`$KPSEWHICH cmbx10.tfm` || exit 77
@@ -15,5 +15,5 @@ testdir=$srcdir/ptexdir/tests
TEXMFCNF=$srcdir/../kpathsea \
TFMFONTS=$testdir:`dirname "$tfmgrandparent"`// \
- ./pdvitype -show-opcodes $testdir/sample >tests/xsample.typ || exit 1
+ ./pdvitype -show-opcodes $testdir/sample >ptests/xsample.typ || exit 1