Fix test.sh for Alpine's current lowriter
This commit is contained in:
parent
a02966d1d1
commit
147b880524
3
test.sh
3
test.sh
|
@ -66,7 +66,8 @@ for tool in "$@"; do
|
|||
|
||||
# Only some of our generators use PDF versions higher than 1.5
|
||||
log "Testing $tool for version detection"
|
||||
grep -q "/Version /1.6" "$result" || grep -q "^%PDF-1.6" "$result" \
|
||||
grep -q "/Version /1[.]6" "$result" \
|
||||
|| grep -q "^%PDF-1[.][67]" "$result" \
|
||||
|| die "Version detection seems to misbehave (no upgrade)"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue