Remove broken ehrensenf support
[clive.git] / t / support-golem.t
blob69469a0981997d164fa32fac1c36aab6fabc5c25
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(default high ipod);