diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-11-21 13:30:03 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-11-21 13:30:03 +0100 |
commit | facc96ed61c0354f6c74caa753b0de6b1be60091 (patch) | |
tree | f8f7d572d9ae8f99ada33b936aae843e55aa6123 /t | |
parent | 10df14d3aa3091526f55a3a86d847b6df8758d29 (diff) |
Update tests to match -x removal
Diffstat (limited to 't')
-rw-r--r-- | t/50-icli.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/50-icli.t b/t/50-icli.t index e9763df..9fd7983 100644 --- a/t/50-icli.t +++ b/t/50-icli.t @@ -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); @@ -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); |