summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/odvitype.test
blob: 758d7fedaff4eaf6cfafc84ee8137f1167d167c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh -vx
# $Id$
# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
# Copyright 2009 Peter Breitenlohner <tex-live@tug.org>
# 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