#!/bin/sh

set -e

./lsdvd -Oj -x testsuite/dvd-pal.iso > testsuite/lsdvd.json

jq . < testsuite/lsdvd.json
