From: Michael Stapelberg Date: Fri, 3 Oct 2014 07:40:22 +0000 (+0200) Subject: check for AnyEvent::I3 ≥ 0.16 in the binding event test X-Git-Tag: 4.9~45 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=commitdiff_plain;h=3e841ac5b6a68766478e9d1538bfc4a62416b8ee check for AnyEvent::I3 ≥ 0.16 in the binding event test --- diff --git a/testcases/t/238-ipc-binding-event.t b/testcases/t/238-ipc-binding-event.t index a968bd1a..6931fe20 100644 --- a/testcases/t/238-ipc-binding-event.t +++ b/testcases/t/238-ipc-binding-event.t @@ -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());