check for AnyEvent::I3 ≥ 0.16 in the binding event test

This commit is contained in:
Michael Stapelberg 2014-10-03 09:40:22 +02:00
parent fbaf084426
commit 3e841ac5b6
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ SKIP: {
skip 'xdotool is required to test the binding event. `[apt-get install|pacman -S] xdotool`', 1 if $?; skip 'xdotool is required to test the binding event. `[apt-get install|pacman -S] xdotool`', 1 if $?;
skip "AnyEvent::I3 too old (need >= 0.16)", 1 if $AnyEvent::I3::VERSION < 0.16;
my $pid = launch_with_config($config); my $pid = launch_with_config($config);
my $i3 = i3(get_socket_path()); my $i3 = i3(get_socket_path());