From 0f3b5b657b95451f0c9328db053710c1edb782c6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 5 Sep 2010 16:21:10 +0200 Subject: proper -v handling --- t/50-icli.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/50-icli.t b/t/50-icli.t index 29702ab..1c9e344 100644 --- a/t/50-icli.t +++ b/t/50-icli.t @@ -118,10 +118,10 @@ $icli = "bin/icli -f t/in/status.dat.weird.2 -c t/in/objects.cache"; $cmd = Test::Command->new(cmd => "$icli -lh -h alpha"); $cmd->exit_isnt_num(0); -$cmd->stdout_is_eq($EMPTY); +$cmd->stdout_is_eq('alpha '); $cmd->stderr_is_eq("Unknown host state: 23\n"); $cmd = Test::Command->new(cmd => "$icli -ls -h aneurysm"); $cmd->exit_isnt_num(0); -$cmd->stdout_is_eq($EMPTY); +$cmd->stdout_is_eq('Disk: / '); $cmd->stderr_is_eq("Unknown service state: 23\n"); -- cgit v1.2.3