summaryrefslogtreecommitdiff
path: root/Build/source/texk/dtl/dtl.test
blob: c1e8ea88975df6664ce17d1736a35c8491cbbdce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh

./dt2dv $srcdir/edited.txt testfile.dvi || exit 1

./dv2dt testfile.dvi testfile.dtl || exit 1

./dt2dv testfile.dtl testfile.dvx || exit 1

./dv2dt testfile.dvx testfile.dtx || exit 1

diff testfile.dtl testfile.dtx || exit 1