pdfsandwich: revert "update test"
This commit is contained in:
parent
48c3000324
commit
70d37edfc7
1 changed files with 4 additions and 4 deletions
|
@ -32,9 +32,9 @@ class Pdfsandwich < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
test do
|
test do
|
||||||
# Cannot test more than this without removing our default security
|
system "#{bin}/pdfsandwich", "-o", testpath/"test_ocr.pdf",
|
||||||
# policy for Imagemagick, which this formula isn't popular enough
|
test_fixtures("test.pdf")
|
||||||
# to justify doing.
|
assert_predicate testpath/"test_ocr.pdf", :exist?,
|
||||||
assert_match version.to_s, shell_output("#{bin}/pdfsandwich -version")
|
"Failed to create ocr file"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue