Changeset 19889
- Timestamp:
- 09/25/08 12:11:51 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Test-TCP/trunk/t/01_simple.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Test-TCP/trunk/t/01_simple.t
r17780 r19889 24 24 while (my $line = <$remote>) { 25 25 print {$remote} $line; 26 return close $self->{sock} if $line =~ /quit/; 26 27 } 27 28 } … … 49 50 my $res2 = <$sock>; 50 51 is $res2, "bar\n"; 52 print {$sock} "quit\n"; 51 53 }, 52 54 server => sub {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)