Merge pull request #139 from Daniel-KM/fix-tests

Fixed tests.
pull/55/head
Yusuke Shinyama 2016-09-11 23:46:48 +09:00 committed by GitHub
commit b6e2d4888f
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ tests:
$(CMP) $$i.html $$i.html.ref || exit 1; \
$(PDF2TXT) -t xml -o $$i.xml $$i.pdf || exit 1; \
$(CMP) $$i.xml $$i.xml.ref || exit 1; \
$(PDF2TXT) -t text -o $$i.txt $$i.pdf || eixt 1; \
$(PDF2TXT) -t text -o $$i.txt $$i.pdf || exit 1; \
$(CMP) $$i.txt $$i.txt.ref || exit 1; \
done