testrail-tests.t 223 B

123456789
  1. use strict;
  2. use warnings;
  3. use Test::More "tests" => 30;
  4. @args = ($^X,qw{bin/testrail-tests --help});
  5. $out = `@args`;
  6. is($? >> 8, 0, "Exit code OK asking for help");
  7. like($out,qr/encoding of arguments/i,"Help output OK");