Imported Upstream version 2.0
This commit is contained in:
parent
c89ccc3c74
commit
0841b5c7c7
165 changed files with 25440 additions and 4442 deletions
|
@ -62,7 +62,7 @@ SKIP: {
|
|||
cmp_ok( $res->return_code, '==', '2', "Hung waiting for response");
|
||||
like ( $res->output, '/Socket timeout after 5 seconds/', "Timeout message");
|
||||
like ( $duration, '/^[56]$/', "Timeout after 5 (possibly 6) seconds");
|
||||
my $read_nc = <NC>;
|
||||
my $read_nc = <NC> || '';
|
||||
close NC;
|
||||
cmp_ok( $read_nc, 'eq', "foofoo", "Data received correctly" );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue