summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/sample.test
diff options
context:
space:
mode:
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