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

@ -34,6 +34,4 @@ sleep 0.25;
cmd 'move before v';
sleep 0.25;
my $tree = i3('/tmp/nestedcons')->get_tree->recv;
my @nodes = @{$tree->{nodes}};
ok(@nodes > 0, 'i3 still lives');
does_i3_live;