]> git.sur5r.net Git - i3/i3/commitdiff
check for AnyEvent::I3 ≥ 0.16 in the binding event test
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 3 Oct 2014 07:40:22 +0000 (09:40 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 3 Oct 2014 07:40:22 +0000 (09:40 +0200)
testcases/t/238-ipc-binding-event.t

index a968bd1a3a872b1af9d952c64deba8c18302236d..6931fe208b25a915cf67eeec97ccc867dad327de 100644 (file)
@@ -35,6 +35,8 @@ SKIP: {
 
     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 $i3 = i3(get_socket_path());