summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/m-tx.test
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-12 14:32:18 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-12 14:32:18 +0000
commit9f5608ba2efae21382aa973dc6095686c97b6c0e (patch)
tree9869762cf231ec6cd33923478a3f8ef7e2a6f5f3 /Build/source/utils/m-tx/m-tx.test
parentfd09c28d8785ca8ed5f57902031cb29541fc8f3f (diff)
utils/mtx: Renamed into utils/m-tx
git-svn-id: svn://tug.org/texlive/trunk@27015 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/m-tx/m-tx.test')
-rwxr-xr-xBuild/source/utils/m-tx/m-tx.test16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/utils/m-tx/m-tx.test b/Build/source/utils/m-tx/m-tx.test
new file mode 100755
index 00000000000..e9f2e4259c5
--- /dev/null
+++ b/Build/source/utils/m-tx/m-tx.test
@@ -0,0 +1,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