From 10815bff7bb8ed11c647d41d081d510d60361d71 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 27 Jun 2016 00:00:00 +0200 Subject: [PATCH] Fixed tests. --- samples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/Makefile b/samples/Makefile index 69bf8c7..4d76cb6 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -45,13 +45,13 @@ 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; \ $(PDF2TXT3) -t html -o $$i.html $$i.pdf || exit 1; \ $(CMP) $$i.html $$i.html.ref || exit 1; \ $(PDF2TXT3) -t xml -o $$i.xml $$i.pdf || exit 1; \ $(CMP) $$i.xml $$i.xml.ref || exit 1; \ - $(PDF2TXT3) -t text -o $$i.txt $$i.pdf || eixt 1; \ + $(PDF2TXT3) -t text -o $$i.txt $$i.pdf || exit 1; \ $(CMP) $$i.txt $$i.txt.ref || exit 1; \ done