Fix dmotion id parsing.
[clive.git] / t / 06golem.t
blob781c01034115a65c30037086de5d08123c86f839
1 #!/usr/bin/env perl -I./t/lib
3 use warnings;
4 use strict;
6 use Test::More;
7 if ( $ENV{NO_INTERNET} ) {
8 plan skip_all => "No internet during package build";
10 else {
11 plan tests => 3;
13 use Test::clive;
15 Test::clive::host(
16 qq|http://video.golem.de/internet/2174/firefox-3.5-test.html|,
17 "-f $_" )
18 foreach qw(flv high ipod);