From 50d14718f45f0b22ae320b6e071af7c34fba3924 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 27 Oct 2011 23:30:29 +0100 Subject: [PATCH] fix t/120-multiple-cmds: open a window before moving --- testcases/t/120-multiple-cmds.t | 1 + 1 file changed, 1 insertion(+) 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'); -- 2.39.2