summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/tests/ttfdump.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttfdump/tests/ttfdump.test')
-rwxr-xr-xBuild/source/texk/ttfdump/tests/ttfdump.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/ttfdump/tests/ttfdump.test b/Build/source/texk/ttfdump/tests/ttfdump.test
index a4f70940795..7fda4340d36 100755
--- a/Build/source/texk/ttfdump/tests/ttfdump.test
+++ b/Build/source/texk/ttfdump/tests/ttfdump.test
@@ -6,9 +6,9 @@
rm -rf FonetikaDaniaIwonaeRegular.ttf ttfdump.glyf ttfdump.head
cp $srcdir/tests/FonetikaDaniaIwonaeRegular.ttf .
-./ttfdump -t head FonetikaDaniaIwonaeRegular.ttf -o ttfdump.head || exit 1
+./ttfdump -t head -o ttfdump.head FonetikaDaniaIwonaeRegular.ttf || exit 1
diff $srcdir/tests/ttfdump.head ttfdump.head || exit 1
-./ttfdump -t glyf -g 1 FonetikaDaniaIwonaeRegular.ttf -o ttfdump.glyf || exit 1
+./ttfdump -t glyf -g 1 -o ttfdump.glyf FonetikaDaniaIwonaeRegular.ttf || exit 1
diff $srcdir/tests/ttfdump.glyf ttfdump.glyf || exit 1