aboutsummaryrefslogtreecommitdiff
path: root/t/01simple.t
blob: 36b422193f966ecd501f0241b7fab4ddece4c796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use lib 't';

use strict;
use warnings;
use TestCapture;
use Test::More tests => 1;

our($catbin, $input);

ok(TestCapture([[$catbin, $input]],
	       stdout => { nlines => 71, length => 4051 },
	       stderr => { nlines => 0, length => 0 }));


Return to:

Send suggestions and report system problems to the System administrator.