summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/odvitype.test
blob: 37f272a1daa24ea562124c51cb84bff02294a110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh

# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

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