Skip to content

Commit

Permalink
Ignore TOC when comparing test files
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmrq committed Feb 8, 2019
1 parent 062b645 commit 320b2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ while read -r line ; do
if [ "$C" != 0.00000 ] || [ "$Y" != 0.00000 ] || [ "$M" != 0.00000 ] ; then
pass=false
fi
done < <(gs -q -o - -sDEVICE=inkcov NBR6023-2002_test.pdf | sed -e '3d')
done < <(gs -q -o - -sDEVICE=inkcov NBR6023-2002_test.pdf | sed -e '1,3d')


if [ "$pass" = true ] ; then
Expand Down

0 comments on commit 320b2c9

Please sign in to comment.