diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uptftopl.test')
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/uptftopl.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uptftopl.test b/Build/source/texk/web2c/uptexdir/uptftopl.test index 8628eb339dc..4c9e48885ae 100755 --- a/Build/source/texk/web2c/uptexdir/uptftopl.test +++ b/Build/source/texk/web2c/uptexdir/uptftopl.test @@ -1,10 +1,10 @@ #! /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 TEXMFCNF=$srcdir/../kpathsea \ - ./uptftopl -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1 + ./uptftopl -verbose $srcdir/tests/cmr10 uptests/xcmr10 || exit 1 |