summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/m-tx.test
blob: e9f2e4259c504fab61e2c34ace58b73ecb63c64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh

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

rm -f mozart*

cp $srcdir/tests/mozart.mtx .

set -x

./prepmx mozart \
	&& diff mozart.pmx $srcdir/tests/mozart.pmx \
	|| exit 1

exit 0