summaryrefslogtreecommitdiff
path: root/Build/source/libs/t1lib/type1afm.test
blob: 098625ea1f80eef1c139fcfe75d51f8e8cc99929 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

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

rm -f l047016t.afm

test -f x047016t.pfa \
	|| cp $srcdir/l047016t.pfa x047016t.pfa \
	|| exit 1

./type1afm ./x047016t.pfa || exit 1

sed x047016t.afm -e '/^Comment File creation date:/d' >l047016t.afmx \
	&& diff l047016t.afmx $srcdir/l047016t.xafm \
	|| exit 1