From c6101f91d071883b48b1b4b51e5eba0f36d9a78d Mon Sep 17 00:00:00 2001 From: Denis Bitouzé Date: Thu, 25 Feb 2021 18:23:07 +0000 Subject: French translation for tlmgr updated git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/dvicopy.test | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 Build/source/texk/web2c/dvicopy.test (limited to 'Build/source/texk/web2c/dvicopy.test') diff --git a/Build/source/texk/web2c/dvicopy.test b/Build/source/texk/web2c/dvicopy.test deleted file mode 100755 index 07e61ed14a3..00000000000 --- a/Build/source/texk/web2c/dvicopy.test +++ /dev/null @@ -1,22 +0,0 @@ -#! /bin/sh -vx -# $Id$ -# Copyright 2017 Karl Berry -# Copyright 2009-2012 Peter Breitenlohner -# You may freely use, modify and/or distribute this file. - -test -d tests || mkdir -p tests - -if tfmpath=`$KPSEWHICH cmbx10.tfm`; then - - TEXMFCNF=$srcdir/../kpathsea \ - TFMFONTS=`dirname "$tfmpath"` \ - ./dvicopy $srcdir/tests/story tests/xstory.dvi || exit 1 - -fi - -# Redirect stderr so the terminal output will end up in the log file. -(TEXMFCNF=$srcdir/../kpathsea \ - TFMFONTS=$srcdir/tests \ - VFFONTS=$srcdir/tests \ - ./dvicopy <$srcdir/tests/pplr.dvi >tests/xpplr.dvi) 2>&1 || exit 1 - -- cgit v1.2.3