The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More tests => 2;
use Test::Cmd;

use strict; use warnings;

my $cmd = new_ok( 'Test::Cmd' => [
    workdir => '',
    prog    => 'blib/script/cobalt2-installer',
 ],
);

is( $cmd->run(args => '-h'), 0, 'cobalt2 exit 0' );