App-Icli

 view release on metacpan or  search on metacpan

t/50-icli.at  view on Meta::CPAN

#!/usr/bin/env perl
use strict;
use warnings;
use 5.010;

# We need commas in our qw list, they're not accidental
no warnings 'qw';

use Test::Command tests => (36*3 + 4);

my $icli = 'bin/icli -f t/in/status.dat -c t/in/objects.cache -xn';

my $EMPTY = q{};

my $cmd = Test::Command->new(cmd => $icli);



( run in 0.999 second using v1.01-cache-2.11-cpan-de7293f3b23 )