diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-15 10:06:11 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-15 10:06:11 +0000 |
commit | e38aa1c20001cca438c00dac4f5c0886d142f215 (patch) | |
tree | 116e9dc4ad83c5971e58eff4aec9619239b4bd24 /Build/source/texk/web2c/ptexdir/sample.test | |
parent | d3936b33b2d2a5f0fbe7df3ee3774b1bcae2eefb (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-x | Build/source/texk/web2c/ptexdir/sample.test | 6 |
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 |