gri3-wm/testcases/t/002-i3-sync.t

12 lines
167 B
Perl
Raw Normal View History

#!perl
# vim:ts=4:sw=4:expandtab
#
# checks if i3 supports I3_SYNC
#
use i3test;
my $result = sync_with_i3($x);
ok($result, 'syncing was successful');
done_testing;