From 3e841ac5b6a68766478e9d1538bfc4a62416b8ee Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 3 Oct 2014 09:40:22 +0200 Subject: [PATCH] =?utf8?q?check=20for=20AnyEvent::I3=20=E2=89=A5=200.16=20?= =?utf8?q?in=20the=20binding=20event=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- testcases/t/238-ipc-binding-event.t | 2 ++ 1 file changed, 2 insertions(+) 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()); -- 2.39.5