t/11redtube.t: add ADULT_OK check.
[clive.git] / t / 11redtube.t
blob6172bb5765e77a6fb824e77c48d974ef936d4297
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 if (!$ENV{ADULT_OK}) {
12 plan skip_all => "Do not test adult websites";
14 plan tests => 1;
16 use Test::clive;
18 Test::clive::host(qq|http://www.redtube.com/3644|);