aboutsummaryrefslogtreecommitdiff
path: root/t/02lines.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02lines.t')
-rw-r--r--t/02lines.t17
1 files changed, 17 insertions, 0 deletions
diff --git a/t/02lines.t b/t/02lines.t
new file mode 100644
index 0000000..917921e
--- /dev/null
+++ b/t/02lines.t
@@ -0,0 +1,17 @@
+use lib 't';
+
+use strict;
+use warnings;
+use TestCapture;
+use Test::More tests => 1;
+
+our($catbin, $input, $content);
+
+ok(TestCapture([[$catbin, $input]],
+ stdout => {
+ nlines => 71,
+ length => 4051,
+ content => $content
+ }));
+
+

Return to:

Send suggestions and report system problems to the System administrator.