forked from josch/img2pdf
test.sh: remove leftover 'grep'
This commit is contained in:
parent
1cd2674a2c
commit
791c9497ed
1 changed files with 0 additions and 1 deletions
1
test.sh
1
test.sh
|
@ -616,7 +616,6 @@ for i in 1 2 4 8; do
|
|||
|
||||
compare_pdfimages "$tempdir/out.pdf" "$tempdir/gray$i.png"
|
||||
|
||||
grep --quiet '^45.0000 0 0 45.0000 0.0000 0.0000 cm$' "$tempdir/out.pdf"
|
||||
cat << END | checkpdf "$tempdir/out.pdf"
|
||||
Contents.read_raw_bytes() == b'q\n45.0000 0 0 45.0000 0.0000 0.0000 cm\n/Im0 Do\nQ'
|
||||
Resources.XObject.Im0.BitsPerComponent == $i
|
||||
|
|
Loading…
Reference in a new issue