summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/repeat.test
blob: 3160641110116ddb7cc23fb505d959c2003a3c09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 2009, 2011 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.

test -d tests || mkdir -p tests

TEXMFCNF=$srcdir/../../kpathsea \
  ./omfonts -opl2ofm -verbose $srcdir/tests/repeat tests/xrepeated || exit 1

TEXMFCNF=$srcdir/../../kpathsea \
  ./omfonts -ofm2opl -verbose tests/xrepeated tests/xrepeated || exit 1

diff $srcdir/tests/repeated.opl tests/xrepeated.opl || exit 1