Changeset 1497

Show
Ignore:
Timestamp:
08/20/06 18:10:58
Author:
miyagawa
Message:

test port 80 by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/t/TestPlagger.pm

    r1448 r1497  
    5454sub test_requires_network() { 
    5555    my $host = shift || 'www.google.com:80'; 
     56       $host .= ":80" if $host !~ /:/; 
    5657 
    5758    unless (has_network($host)) {