testcases: drop sync_with_i3()s $x parameter, use global
This commit is contained in:
committed by
Michael Stapelberg
parent
293517fb2e
commit
0702f1fb7b
@ -5,7 +5,7 @@
|
||||
#
|
||||
use i3test;
|
||||
|
||||
my $result = sync_with_i3($x);
|
||||
my $result = sync_with_i3;
|
||||
ok($result, 'syncing was successful');
|
||||
|
||||
done_testing;
|
||||
|
Reference in New Issue
Block a user