#!/bin/sh

set -e

./lsdvd -Or -x testsuite/dvd-pal.iso > testsuite/lsdvd-pal.r

ruby testsuite/lsdvd-pal.r

./lsdvd -Or -x testsuite/dvd-ntsc.iso > testsuite/lsdvd-ntsc.r

ruby testsuite/lsdvd-ntsc.r
