testcases: use the does_i3_live function

This commit is contained in:
Michael Stapelberg
2011-01-28 01:21:38 +01:00
parent 773bc5ba6d
commit dc6241456a
5 changed files with 11 additions and 26 deletions

View File

@ -5,12 +5,8 @@
#
use i3test tests => 1;
my $i3 = i3("/tmp/nestedcons");
cmd 'blargh!';
$i3->command("blargh!")->recv;
my $tree = $i3->get_tree->recv;
my @nodes = @{$tree->{nodes}};
ok(@nodes > 0, 'i3 still lives');
does_i3_live;
diag( "Testing i3, Perl $], $^X" );