#!/bin/sh

set -e

./lsdvd -Op -x testsuite/dvd-pal.iso > testsuite/lsdvd-pal.pl

perl -wc testsuite/lsdvd-pal.pl

./lsdvd -Op -x testsuite/dvd-ntsc.iso > testsuite/lsdvd-ntsc.pl

perl -wc testsuite/lsdvd-ntsc.pl
