diff options
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uppltotf.test')
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/uppltotf.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uppltotf.test b/Build/source/texk/web2c/uptexdir/uppltotf.test new file mode 100755 index 00000000000..845a5c51441 --- /dev/null +++ b/Build/source/texk/web2c/uptexdir/uppltotf.test @@ -0,0 +1,10 @@ +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. + +test -d uptests || mkdir -p uptests + +./uppltotf -verbose $srcdir/tests/cmr10 uptests/xcmr10 || exit 1 + |