Skip to content

Commit

Permalink
Update tests to match -x removal
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Nov 21, 2010
1 parent 10df14d commit facc96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/50-icli.t
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $cmd->exit_is_num(0);
$cmd->stdout_is_file('t/out/hosts_group_local');
$cmd->stderr_is_eq($EMPTY);

$cmd = Test::Command->new(cmd => "$icli -lh -x");
$cmd = Test::Command->new(cmd => "$icli -lh -z!o");
$cmd->exit_is_num(0);
$cmd->stdout_is_file('t/out/hosts_short');
$cmd->stderr_is_eq($EMPTY);
Expand Down Expand Up @@ -81,7 +81,7 @@ $cmd->exit_is_num(0);
$cmd->stdout_is_file('t/out/hosts_group_reduce');
$cmd->stderr_is_eq($EMPTY);

$cmd = Test::Command->new(cmd => "$icli -ls -x");
$cmd = Test::Command->new(cmd => "$icli -ls -z!o");
$cmd->exit_is_num(0);
$cmd->stdout_is_file('t/out/services_short');
$cmd->stderr_is_eq($EMPTY);
Expand Down

0 comments on commit facc96e

Please sign in to comment.