testcases: use the does_i3_live function
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user