From: Michael Stapelberg Date: Wed, 27 Jul 2011 12:35:40 +0000 (+0200) Subject: tests: t/17-workspace.t: keep workspace 1 open X-Git-Tag: 4.0~14^2~39 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2b940296a86f101a43631918342dbc581d7ab624;p=i3%2Fi3 tests: t/17-workspace.t: keep workspace 1 open When not running i3 in a terminal from workspace 1, this would fail otherwise --- 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