summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/chkdvifont.test
blob: 300efe5fea5c6e9872892f50f71f3b183cf645e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /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

rc=0

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

exit $rc