summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/chkdvifont.test
blob: 2f0e65bdc2c3a2e2f08bd06feb61497b5433de90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/sh -vx
# $Id$
# Copyright (C) 2018 Japanese TeX Development Community <issue@texjp.org>
# You may freely use, modify and/or distribute this file.

testdir=$srcdir/tests

cp $testdir/test.dvi . && \
  ./chkdvifont -c ./test.dvi > xtest.cfn && \
  diff $testdir/test.cfn xtest.cfn && echo || exit 1

exit 0