#! /bin/sh -vx # $Id$ # Copyright 2017-2018 Karl Berry # Copyright 2009 Peter Breitenlohner # You may freely use, modify and/or distribute this file. LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE tests=omegaware/tests test -d $tests || mkdir -p $tests TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=$srcdir/$tests \ ./odvitype $srcdir/$tests/ofontd0 | sed '1s/ (.*)$//' >$tests/xofontd0.typ || exit 1 diff $srcdir/$tests/ofontd0.typ $tests/xofontd0.typ || exit 1