From 791c9497edd59ae2ae8caba8b454981f40a42879 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 31 May 2020 09:07:15 +0200 Subject: [PATCH] test.sh: remove leftover 'grep' --- test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test.sh b/test.sh index 2764ca9..d9bda41 100755 --- a/test.sh +++ b/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