#! /bin/sh -vx # Copyright 2017 Karl Berry # Copyright 2012 Peter Breitenlohner # 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