File: 03_badhost.t

package info (click to toggle)
libtest-requiresinternet-perl 0.05-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 86; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!perl

use Test::More;
use Test::RequiresInternet ( 'foobar' => 80 );

plan tests => 1;

ok(1);