#!/bin/sh

set -e

./lsdvd -Ox -x testsuite/dvd-pal.iso > testsuite/lsdvd-pal.xml

xmllint testsuite/lsdvd-pal.xml

./lsdvd -Ox -x testsuite/dvd-pal.iso > testsuite/lsdvd-ntsc.xml

xmllint testsuite/lsdvd-ntsc.xml
