summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump
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
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')
-rw-r--r--Build/source/texk/ttfdump/ChangeLog4
-rwxr-xr-xBuild/source/texk/ttfdump/tests/ttfdump.test4
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/ttfdump/ChangeLog b/Build/source/texk/ttfdump/ChangeLog
index 94c2f22f157..ece0f643243 100644
--- a/Build/source/texk/ttfdump/ChangeLog
+++ b/Build/source/texk/ttfdump/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-12 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * tests/ttfdump.test: Use 'diff -b' for Dos line endings.
+
2011-05-04 Peter Breitenlohner <peb@mppmu.mpg.de>
docs/ttfdump.1, tests/ttfdump.test: Assume a posixly correct
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