From: Michael Stapelberg Date: Thu, 27 Oct 2011 22:30:29 +0000 (+0100) Subject: fix t/120-multiple-cmds: open a window before moving X-Git-Tag: 4.1~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50d14718f45f0b22ae320b6e071af7c34fba3924;p=i3%2Fi3 fix t/120-multiple-cmds: open a window before moving --- diff --git a/testcases/t/120-multiple-cmds.t b/testcases/t/120-multiple-cmds.t index 784329fb..8cd17a8a 100644 --- a/testcases/t/120-multiple-cmds.t +++ b/testcases/t/120-multiple-cmds.t @@ -45,6 +45,7 @@ ok(($unused ~~ @{get_workspace_names()}), 'workspace exists after moving'); # quote the workspace name and use a ; (command separator) in its name ##################################################################### +cmd 'open'; $unused = get_unused_workspace; $unused .= ';a'; ok(!($unused ~~ @{get_workspace_names()}), 'workspace does not exist yet');