summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-11-01 19:02:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-11-01 19:02:32 +0100
commitcc042f70b34f92b81f71957cc7c777a9c5d7e691 (patch)
treeb53450351459ba6bf93e507762fadcd9230f65e2 /t
parent401f1d8d005420cf59a37f061dd2c1e31240ff6c (diff)
Add option to recheck services (in groups, too!)
Diffstat (limited to 't')
-rw-r--r--t/50-icli.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/50-icli.t b/t/50-icli.t
index 1c9e344..7bf7d9b 100644
--- a/t/50-icli.t
+++ b/t/50-icli.t
@@ -25,7 +25,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 -s");
+$cmd = Test::Command->new(cmd => "$icli -lh -x");
$cmd->exit_is_num(0);
$cmd->stdout_is_file('t/out/hosts_short');
$cmd->stderr_is_eq($EMPTY);
@@ -65,7 +65,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 -s");
+$cmd = Test::Command->new(cmd => "$icli -ls -x");
$cmd->exit_is_num(0);
$cmd->stdout_is_file('t/out/services_short');
$cmd->stderr_is_eq($EMPTY);