#!perl # vim:ts=4:sw=4:expandtab # # Tests that the provided X-Server to the t/5??-*.t tests is actually providing # multiple monitors. # use i3test i3_autostart => 0; my $config = <get_tree->recv; my @outputs = map { $_->{name} } @{$tree->{nodes}}; is_deeply(\@outputs, [ '__i3', 'fake-0', 'fake-1' ], 'multi-monitor outputs ok'); exit_gracefully($pid); done_testing;