summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump/tests
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-12 13:32:58 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-12 13:32:58 +0000
commit0b97b86608647594fcf6df6f05b521b1da432c8b (patch)
tree157cb9463341fe51ff0be44e3f336defa2f0db5b /Build/source/texk/ttfdump/tests
parent3e856c97dc24cf1160d6596be1296c6783a9d757 (diff)
Use 'diff -b' for Dos line endings
git-svn-id: svn://tug.org/texlive/trunk@22439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ttfdump/tests')
-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 7fda4340d36..deddc589804 100755
--- a/Build/source/texk/ttfdump/tests/ttfdump.test
+++ b/Build/source/texk/ttfdump/tests/ttfdump.test
@@ -7,8 +7,8 @@ rm -rf FonetikaDaniaIwonaeRegular.ttf ttfdump.glyf ttfdump.head
cp $srcdir/tests/FonetikaDaniaIwonaeRegular.ttf .
./ttfdump -t head -o ttfdump.head FonetikaDaniaIwonaeRegular.ttf || exit 1
-diff $srcdir/tests/ttfdump.head ttfdump.head || exit 1
+diff -b $srcdir/tests/ttfdump.head ttfdump.head || exit 1
./ttfdump -t glyf -g 1 -o ttfdump.glyf FonetikaDaniaIwonaeRegular.ttf || exit 1
-diff $srcdir/tests/ttfdump.glyf ttfdump.glyf || exit 1
+diff -b $srcdir/tests/ttfdump.glyf ttfdump.glyf || exit 1