aboutsummaryrefslogtreecommitdiff
path: root/t/01simple.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01simple.t')
-rw-r--r--t/01simple.t14
1 files changed, 14 insertions, 0 deletions
diff --git a/t/01simple.t b/t/01simple.t
new file mode 100644
index 0000000..36b4221
--- /dev/null
+++ b/t/01simple.t
@@ -0,0 +1,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.