From a3324a5e42be62e5d5f0aeb8c320da4d10401ef7 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 13 Nov 2012 21:03:25 +0100 Subject: [PATCH] tests: 115-ipc-workspaces: ensure the i3 ipc socket is connected --- testcases/t/115-ipc-workspaces.t | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/t/115-ipc-workspaces.t b/testcases/t/115-ipc-workspaces.t index cffcc455..29837430 100644 --- a/testcases/t/115-ipc-workspaces.t +++ b/testcases/t/115-ipc-workspaces.t @@ -17,6 +17,7 @@ use i3test; my $i3 = i3(get_socket_path()); +$i3->connect()->recv; ################################ # Workspaces requests and events -- 2.39.5