From 2b940296a86f101a43631918342dbc581d7ab624 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 27 Jul 2011 14:35:40 +0200 Subject: [PATCH] tests: t/17-workspace.t: keep workspace 1 open When not running i3 in a terminal from workspace 1, this would fail otherwise --- testcases/t/17-workspace.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testcases/t/17-workspace.t b/testcases/t/17-workspace.t index 16e87ce1..19e2df34 100644 --- a/testcases/t/17-workspace.t +++ b/testcases/t/17-workspace.t @@ -7,6 +7,9 @@ use List::Util qw(first); use i3test; +# to ensure that workspace 1 stays open +cmd 'open'; + my $tmp = fresh_workspace; ok(workspace_exists($tmp), 'workspace created'); # if the workspace could not be created, we cannot run any other test -- 2.39.5